|
|
|
@ -22,10 +22,10 @@
|
|
|
|
|
<!-- Arrows -->
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 15 14" align="Left VStretch"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowLeft" offset="3 2 10 10" align="Left VStretch" name="Start"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowLeft" offset="2 2 10 10" align="Left VStretch" name="Start"/>
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="75 0 15 14" align="Right VStretch"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowRight" offset="76 2 10 10" align="Right VStretch" name="End"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowRight" offset="77 2 10 10" align="Right VStretch" name="End"/>
|
|
|
|
|
|
|
|
|
|
<!-- These are only provided to get mouse input, they should have no skin and be transparent -->
|
|
|
|
|
|
|
|
|
@ -35,10 +35,10 @@
|
|
|
|
|
<Child type="Button" skin="MW_ScrollTrackH" offset="38 2 30 9" align="Left VStretch" name="Track"/>
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="MW_ScrollTrackH" size="16 16" texture="textures\tx_menubook_bookmark.dds">
|
|
|
|
|
<BasisSkin type="TileRect" offset="0 0 16 16" align="Stretch">
|
|
|
|
|
<State name="normal" offset="70 22 16 16">
|
|
|
|
|
<Property key="TileSize" value="16 16"/>
|
|
|
|
|
<Resource type="AutoSizedResourceSkin" name="MW_ScrollTrackH" texture="textures\omw_menu_scroll_center_h.dds">
|
|
|
|
|
<Property key="MinTrackSize" value="14"/>
|
|
|
|
|
<BasisSkin type="TileRect" align="Stretch">
|
|
|
|
|
<State name="normal">
|
|
|
|
|
<Property key="TileH" value="true"/>
|
|
|
|
|
<Property key="TileV" value="true"/>
|
|
|
|
|
</State>
|
|
|
|
@ -64,10 +64,10 @@
|
|
|
|
|
<!-- Arrows -->
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 14 15" align="Top HStretch"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowUp" offset="2 3 10 10" align="Top HStretch" name="Start"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowUp" offset="2 2 10 10" align="Top HStretch" name="Start"/>
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 76 14 15" align="Bottom HStretch"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowDown" offset="2 77 10 10" align="Bottom HStretch" name="End"/>
|
|
|
|
|
<Child type="Button" skin="MW_ArrowDown" offset="2 78 10 10" align="Bottom HStretch" name="End"/>
|
|
|
|
|
|
|
|
|
|
<!-- These are only provided to get mouse input, they should have no skin and be transparent -->
|
|
|
|
|
|
|
|
|
@ -80,11 +80,10 @@
|
|
|
|
|
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="MW_ScrollTrackV" size="16 16" texture="textures\tx_menubook_bookmark.dds">
|
|
|
|
|
<Resource type="AutoSizedResourceSkin" name="MW_ScrollTrackV" texture="textures\omw_menu_scroll_center_v.dds">
|
|
|
|
|
<Property key="MinTrackSize" value="14"/>
|
|
|
|
|
<BasisSkin type="TileRect" offset="0 0 16 16" align="Stretch">
|
|
|
|
|
<State name="normal" offset="68 19 16 16">
|
|
|
|
|
<Property key="TileSize" value="16 16"/>
|
|
|
|
|
<BasisSkin type="TileRect" align="Stretch">
|
|
|
|
|
<State name="normal">
|
|
|
|
|
<Property key="TileH" value="true"/>
|
|
|
|
|
<Property key="TileV" value="true"/>
|
|
|
|
|
</State>
|
|
|
|
@ -205,27 +204,27 @@
|
|
|
|
|
|
|
|
|
|
<!-- Arrows -->
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="MW_ArrowLeft" size="20 20" texture="textures\menu_scroll_left.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" offset="0 0 19 20" align="Stretch">
|
|
|
|
|
<State name="normal" offset="0 0 19 20"/>
|
|
|
|
|
<Resource type="AutoSizedResourceSkin" name="MW_ArrowLeft" texture="textures\omw_menu_scroll_left.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" align="Stretch">
|
|
|
|
|
<State name="normal"/>
|
|
|
|
|
</BasisSkin>
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="MW_ArrowRight" size="20 20" texture="textures\menu_scroll_right.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" offset="1 0 19 20" align="Stretch">
|
|
|
|
|
<State name="normal" offset="1 0 19 20"/>
|
|
|
|
|
<Resource type="AutoSizedResourceSkin" name="MW_ArrowRight" texture="textures\omw_menu_scroll_right.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" align="Stretch">
|
|
|
|
|
<State name="normal"/>
|
|
|
|
|
</BasisSkin>
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="MW_ArrowUp" size="20 20" texture="textures\menu_scroll_up.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" offset="0 0 20 19" align="Stretch">
|
|
|
|
|
<State name="normal" offset="0 0 20 19"/>
|
|
|
|
|
<Resource type="AutoSizedResourceSkin" name="MW_ArrowUp" texture="textures\omw_menu_scroll_up.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" align="Stretch">
|
|
|
|
|
<State name="normal"/>
|
|
|
|
|
</BasisSkin>
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="MW_ArrowDown" size="20 20" texture="textures\menu_scroll_down.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" offset="0 1 20 20" align="Stretch">
|
|
|
|
|
<State name="normal" offset="0 1 20 20"/>
|
|
|
|
|
<Resource type="AutoSizedResourceSkin" name="MW_ArrowDown" texture="textures\omw_menu_scroll_down.dds">
|
|
|
|
|
<BasisSkin type="SubSkin" align="Stretch">
|
|
|
|
|
<State name="normal"/>
|
|
|
|
|
</BasisSkin>
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|