1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 05:49:56 +00:00
openmw-tes3mp/files/mygui/openmw_scroll_layout.xml

22 lines
697 B
XML
Raw Normal View History

2012-05-03 01:33:33 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="" layer="Windows" position="0 0 512 512" name="_Main">
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" name="ScrollImage">
<Property key="ImageTexture" value="textures\scroll.dds"/>
2012-05-04 17:11:32 +00:00
<Widget type="Button" skin="ButtonImage" position="12 18 96 24" name="TakeButton">
2012-05-04 16:44:46 +00:00
<Property key="ImageResource" value="MenuBook_Take"/>
</Widget>
2012-05-04 17:11:32 +00:00
<Widget type="Button" skin="ButtonImage" position="418 24 96 24" name="CloseButton">
2012-05-04 16:44:46 +00:00
<Property key="ImageResource" value="MenuBook_Close"/>
</Widget>
2012-05-03 01:33:33 +00:00
</Widget>
</Widget>
</MyGUI>