mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 300" name="_Main">
|
|
|
|
<!-- Items in inventory -->
|
|
<Widget type="Widget" skin="MW_Box" position="0 38 350 185" name="box" align="Left Top Stretch">
|
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 342 181" align="Left Top Stretch" name="ItemView">
|
|
<Widget type="Button" skin="" name="Items" position="0 0 342 181" name="Items" align="Left Top Stretch"/>
|
|
</Widget>
|
|
</Widget>
|
|
|
|
<!-- Categories -->
|
|
<Widget type="Widget" position="0 8 350 24" align="Left Top HStretch" name="Categories">
|
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="AllButton"/>
|
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="WeaponButton"/>
|
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="ApparelButton"/>
|
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="MagicButton"/>
|
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="MiscButton"/>
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|