Ticket #9067: Mythbuntu.patch

File Mythbuntu.patch, 2.1 KB (added by Doug Haber <doug@…>, 13 years ago)
  • myththemes/Mythbuntu/base.xml

     
    855855            <statetype name="buttonitem">
    856856                <state name="active">
    857857                    <area>0,0,165,105</area>
    858                     <imagetype name="buttonbackground" />
     858                    <shape name="buttonbackground" />
    859859                    <statetype name="nodetype">
    860860                        <state name="folder">
    861861                            <imagetype name="icon">
     
    891891                </state>
    892892                <state name="selectedinactive" from="active" />
    893893                <state name="selectedactive" from="active">
    894                     <imagetype name="buttonbackground">
     894                    <shape name="buttonbackground">
    895895                        <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>
    898900                </state>
    899901            </statetype>
    900902        </buttonlist>
     
    949951
    950952    </window>
    951953
     954    <!-- empty window -->
     955    <window name="backgroundwindow">
     956        <area>0,0,1280,720</area>
     957    </window>
     958
     959
    952960</mythuitheme>
  • myththemes/Mythbuntu/menu-ui.xml

     
    845845            </state>
    846846        </statetype>
    847847
    848         <imagetype name="titleboxshadow">
     848        <shape name="titleboxshadow">
    849849            <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>
    852854
    853855        <imagetype name="overlay">
    854856            <area>0,0,1280,720</area>