openmw-tes3coop/files/mygui/openmw_container_window_layout.xml

15 lines
597 B
XML
Raw Normal View History

2012-04-15 15:52:39 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" layer="Windows" position="900 500 600 300" name="_Main">
2012-04-15 15:52:39 +00:00
<!-- Items in inventory -->
<Widget type="ItemBox" skin="MW_Box" position="5 10 570 220" name="Items"/>
2012-04-15 15:52:39 +00:00
2012-05-11 14:58:07 +00:00
<!-- buttons position adjusted at runtime to fit text -->
<Widget type="Button" skin="MW_Button" position="0 235 75 24" name="TakeButton" align="Right Bottom"/>
<Widget type="Button" skin="MW_Button" position="0 235 60 24" name="CloseButton" align="Right Bottom"/>
2012-04-15 15:52:39 +00:00
</Widget>
</MyGUI>