mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 19:19:55 +00:00
15 lines
671 B
XML
15 lines
671 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Skin">
|
|
|
|
<Skin name="MW_ScrollView" size="516 516" texture="mwgui.png">
|
|
<Child type="Widget" skin="" offset="0 0 516 516" align="Stretch" name="Client"/>
|
|
<Child type="ScrollBar" skin="MW_VScroll" offset="498 3 14 509" align="ALIGN_RIGHT ALIGN_VSTRETCH" name="VScroll"/>
|
|
</Skin>
|
|
|
|
<Skin name="MW_ScrollViewH" size="516 516" texture="mwgui.png">
|
|
<Child type="Widget" skin="" offset="0 0 516 516" align="Stretch" name="Client"/>
|
|
<Child type="ScrollBar" skin="MW_HScroll" offset="3 498 509 14" align="ALIGN_LEFT ALIGN_BOTTOM ALIGN_HSTRETCH" name="HScroll"/>
|
|
</Skin>
|
|
|
|
</MyGUI>
|