ocarina/src/themes/ocarina3.xml

50 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window width="900" height="600" close="ocarina-stop" title="Ocarina 3.0">
<add>
<tabs tabpos="left" border="False" expand="True" fill="True">
<tab expand="True" fill="True">
<tablabel>
<label text="Now Playing"/>
</tablabel>
<tabcontent>
<vbox>
<label text="Now Playing"/>
</vbox>
</tabcontent>
</tab>
<tab expand="True" fill="True">
<tablabel>
<libcountlabel/>
</tablabel>
<tabcontent>
<vbox>
<entryfilter/>
<pack expand="True" fill="True"/>
<scrolled-window>
<add>
<librarylist/>
</add>
</scrolled-window>
<pack expand="False" fill="False"/>
<hbox>
<pack expand="True" fill="True"/>
<vbox>
<pack expand="True" fill="False"/>
<progbar/>
</vbox>
<pack expand="False" fill="False"/>
<button-play relief="none"/>
<button-pause relief="none"/>
<button-stop relief="none"/>
<volume relief="none"/>
</hbox>
</vbox>
</tabcontent>
</tab>
</tabs>
</add>
</window>