1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00
OpenMW/files/data/mygui/openmw_dialogue_window.layout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
1.5 KiB
Plaintext
Raw Normal View History

2010-11-03 21:21:08 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
2012-03-30 13:53:35 +02:00
<Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 588 433" name="_Main">
<Property key="MinSize" value="380 230"/>
2010-11-03 21:21:08 +01:00
<Widget type="Widget" skin="MW_Box" position="8 8 381 381" align="Stretch"/>
2015-01-26 16:33:57 +01:00
<Widget type="Widget" position="15 15 364 370" align="Left Top Stretch">
<Widget type="BookPage" skin="MW_BookPage" position="0 0 364 370" name="History" align="Left Top Stretch">
2013-05-04 14:15:47 +02:00
</Widget>
</Widget>
2019-05-17 10:23:34 +04:00
<Widget type="ScrollBar" skin="MW_VScroll" position="370 13 14 371" align="Right VStretch" name="VScroll">
2013-05-04 14:15:47 +02:00
<Property key="Visible" value="false"/>
2010-11-03 21:21:08 +01:00
</Widget>
2013-08-25 23:15:20 +02:00
<!-- The disposition bar-->
2017-03-27 13:33:28 +04:00
<Widget type="ProgressBar" skin="MW_Progress_Blue" position="398 8 166 18"
align="Right Top" name="Disposition">
<Widget type="TextBox" skin="ProgressText" position="0 0 166 14" name="DispositionText" align="Right VCenter">
2017-03-27 13:33:28 +04:00
<Property key="NeedMouse" value="false"/>
</Widget>
2013-08-25 23:15:20 +02:00
</Widget>
2010-11-03 21:21:08 +01:00
<!-- The list of topics -->
<Widget type="MWList" skin="MW_SimpleList" position="398 31 166 328" name="TopicsList" align="Right VStretch">
2010-11-03 21:21:08 +01:00
</Widget>
<!-- The Goodbye button -->
<Widget type="Button" skin="MW_Button" position="398 366 166 23" name="ByeButton" align="Right Bottom">
2012-05-19 16:00:00 +02:00
<Property key="Caption" value="#{sGoodbye}"/>
2010-11-03 21:21:08 +01:00
</Widget>
</Widget>
</MyGUI>