Ticket #6318: recGroup-metallurgy-v2.patch

File recGroup-metallurgy-v2.patch, 2.9 KB (added by John Patrick Poet <jppoet@…>, 16 years ago)

Takes advantage of #7461 & #7462 to render the recording groups

  • metallurgy/recordings-ui.xml

     
    1111
    1212        <imagetype name="background" from="basebackground2" />
    1313
     14        <buttonlist name="recgroups">
     15            <arrange>stack</arrange>
     16            <area>60,360,1150,38</area>
     17            <align>center</align>
     18            <spacing>20</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,300,30</area>
     26                    <shape name="recActiveGroupShape">
     27                        <area>0, 0, 100%, 100%</area>
     28                        <minsize>150,100%</minsize>
     29                        <type>roundbox</type>
     30                        <fill color="#FFFFFF" alpha="16" />
     31                        <line color="#000000" alpha="255" width="1" />
     32                        <cornerradius>15</cornerradius>
     33                    </shape>
     34                    <textarea name="buttontext">
     35                        <area>3%,0,96%,100%</area>
     36                        <minsize>10%,100%</minsize>
     37                        <align>allcenter</align>
     38                        <cutdown>yes</cutdown>
     39                        <font>smallblack</font>
     40                        <alpha>255</alpha>
     41                    </textarea>
     42                </state>
     43                <state name="selected">
     44                    <area>0,0,300,30</area>
     45                    <shape name="recSelectedGroupShape">
     46                        <area>0, 0, 100%, 100%</area>
     47                        <minsize>150,100%</minsize>
     48                        <type>roundbox</type>
     49                        <fill color="#000000" alpha="92" />
     50                        <line color="#FFFFFF" alpha="255" width="1" />
     51                        <cornerradius>15</cornerradius>
     52                    </shape>
     53                    <textarea name="buttontext">
     54                        <area>3%,0,96%,95%</area>
     55                        <minsize>10%,100%</minsize>
     56                        <align>allcenter</align>
     57                        <font>basesmall</font>
     58                        <alpha>255</alpha>
     59                    </textarea>
     60                </state>
     61                <state name="inactive" from="selected" />
     62            </statetype>
     63            <statetype name="upscrollarrow">
     64                <position>132,247</position>
     65            </statetype>
     66            <statetype name="downscrollarrow">
     67                <position>160,247</position>
     68            </statetype>
     69        </buttonlist>
     70
    1471        <buttonlist name="groups" from="basebuttonlist">
    1572            <area>55,75,285,285</area>
    1673            <scrollstyle>center</scrollstyle>