1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 00:39:59 +00:00
OpenMW/files/mygui/openmw_dialogue_window.layout

32 lines
1.4 KiB
Plaintext
Raw Normal View History

2010-11-03 20:21:08 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
2012-03-30 11:53:35 +00:00
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 588 433" name="_Main">
2010-11-03 20:21:08 +00:00
<Widget type="Widget" skin="MW_Box" position="8 8 415 381" align="Stretch" name = "Client"/>
2013-05-04 12:15:47 +00:00
<Widget type="Widget" position="13 13 391 371" align="ALIGN_LEFT ALIGN_TOP ALIGN_STRETCH">
<Widget type="BookPage" skin="MW_BookPage" position="0 0 391 371" name="History" align="ALIGN_LEFT ALIGN_TOP ALIGN_STRETCH">
</Widget>
</Widget>
<Widget type="ScrollBar" skin="MW_VScroll" position="404 13 14 371" align="ALIGN_RIGHT ALIGN_VSTRETCH" name="VScroll">
<Property key="Visible" value="false"/>
2010-11-03 20:21:08 +00:00
</Widget>
<!-- The disposition bar-->
2012-03-30 11:53:35 +00:00
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 8 132 18"
align="Right Top" name="Disposition">
2012-04-29 16:57:26 +00:00
<Widget type="EditBox" skin="MW_DispositionEdit" position_real = "0 0 1 1" align="Stretch" name = "DispositionText"/>
</Widget>
2010-11-03 20:21:08 +00:00
<!-- The list of topics -->
<Widget type="MWList" skin="MW_SimpleList" position="432 31 132 328" name="TopicsList" align="Right VStretch">
2010-11-03 20:21:08 +00:00
</Widget>
<!-- The Goodbye button -->
2012-03-30 11:53:35 +00:00
<Widget type="Button" skin="MW_Button" position="432 366 132 23" name="ByeButton" align="Right Bottom">
2012-05-19 14:00:00 +00:00
<Property key="Caption" value="#{sGoodbye}"/>
2010-11-03 20:21:08 +00:00
</Widget>
</Widget>
</MyGUI>