Began work on ocarina3 theme

This commit is contained in:
bjschuma 2010-04-21 00:44:58 -04:00
parent 656f1073c5
commit b200fbd696
1 changed files with 49 additions and 0 deletions

49
src/themes/ocarina3.xml Normal file
View File

@ -0,0 +1,49 @@
<?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>