Ticket #6318: recGroup-Terra-v4.patch

File recGroup-Terra-v4.patch, 2.6 KB (added by jppoet@…, 15 years ago)

Minor optimizations

  • themes/Terra/recordings-ui.xml

    old new  
    1313            <position>100,10</position>
    1414        </progressbar>-->
    1515
     16        <buttonlist name="recgroups">
     17            <area>140,40,1200,30</area>
     18            <spacing>1</spacing>
     19            <scrollstyle>center</scrollstyle>
     20            <wrapstyle>items</wrapstyle>
     21            <layout>horizontal</layout>
     22            <buttonarea>0,0,100%,100%</buttonarea>
     23            <statetype name="buttonitem">
     24                <state name="active">
     25                    <area>0,0,200,40</area>
     26                    <textarea name="buttontext">
     27                        <area>4,3,95%,95%</area>
     28                        <align>allcenter</align>
     29                        <cutdown>yes</cutdown>
     30                        <font>basesmallpurple</font>
     31                        <alpha>255</alpha>
     32                    </textarea>
     33                </state>
     34                <state name="selected" from="active">
     35                    <textarea name="buttontext">
     36                        <area>4,1,95%,95%</area>
     37                        <font>basemedium</font>
     38                        <alpha>255</alpha>
     39                    </textarea>
     40                </state>
     41                <state name="inactive" from="selected" />
     42            </statetype>
     43            <statetype name="upscrollarrow">
     44                <position>132,247</position>
     45            </statetype>
     46            <statetype name="downscrollarrow">
     47                <position>160,247</position>
     48            </statetype>
     49        </buttonlist>
     50
    1651        <imagetype name="groupframe">
    17             <position>0,55</position>
     52            <position>0,75</position>
    1853            <filename>recordings/groupframe.png</filename>
    1954        </imagetype>
    2055
    2156        <buttonlist name="groups">
    22             <area>12,58,1260,30</area>
     57            <area>12,75,1260,30</area>
    2358            <spacing>15</spacing>
    2459            <scrollstyle>center</scrollstyle>
    2560            <wrapstyle>items</wrapstyle>
     
    5893        </buttonlist>
    5994
    6095        <imagetype name="recbackground">
    61             <position>0,132</position>
     96            <position>0,144</position>
    6297            <filename>recordings/recordingsbackground.png</filename>
    6398        </imagetype>
    6499
    65100        <buttonlist name="recordings">
    66             <area>0,116,1280,300</area>
     101            <area>0,131,1280,300</area>
    67102            <buttonarea>0,0,1280,300</buttonarea>
    68103            <wrapstyle>items</wrapstyle>
    69104            <scrollstyle>center</scrollstyle>