Ticket #9067: Mythbuntu.patch
File Mythbuntu.patch, 2.1 KB (added by , 13 years ago) |
---|
-
myththemes/Mythbuntu/base.xml
855 855 <statetype name="buttonitem"> 856 856 <state name="active"> 857 857 <area>0,0,165,105</area> 858 < imagetype name="buttonbackground" />858 <shape name="buttonbackground" /> 859 859 <statetype name="nodetype"> 860 860 <state name="folder"> 861 861 <imagetype name="icon"> … … 891 891 </state> 892 892 <state name="selectedinactive" from="active" /> 893 893 <state name="selectedactive" from="active"> 894 < imagetype name="buttonbackground">894 <shape name="buttonbackground"> 895 895 <area>0,0,165,105</area> 896 <gradient start="#999999" end="#666666" alpha="220" /> 897 </imagetype> 896 <fill style="gradient"> 897 <gradient start="#999999" end="#666666" alpha="220" /> 898 </fill> 899 </shape> 898 900 </state> 899 901 </statetype> 900 902 </buttonlist> … … 949 951 950 952 </window> 951 953 954 <!-- empty window --> 955 <window name="backgroundwindow"> 956 <area>0,0,1280,720</area> 957 </window> 958 959 952 960 </mythuitheme> -
myththemes/Mythbuntu/menu-ui.xml
845 845 </state> 846 846 </statetype> 847 847 848 < imagetype name="titleboxshadow">848 <shape name="titleboxshadow"> 849 849 <area>-10,110,1300,10</area> 850 <gradient start="#ffffff" end="#000000" alpha="50" /> 851 </imagetype> 850 <fill style="gradient"> 851 <gradient start="#ffffff" end="#000000" alpha="50" /> 852 </fill> 853 </shape> 852 854 853 855 <imagetype name="overlay"> 854 856 <area>0,0,1280,720</area>