1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 03:32:36 +00:00
OpenMW/files/data/mygui/openmw_chargen_class_description.layout

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

23 lines
877 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
2022-02-26 13:54:42 +00:00
<Widget type="Window" skin="MW_DialogNoTransp" layer="Modal" position="0 0 244 248" align="Center" name="_Main">
<!-- Edit box -->
<Widget type="Widget" skin="MW_Box" position="8 8 220 192" align="Stretch"/>
2013-08-25 23:15:29 +02:00
<Widget type="EditBox" skin="MW_TextBoxEdit" position="10 10 218 190" name="TextEdit" align="Left Top Stretch">
<Property key="MultiLine" value="true"/>
<Property key="VisibleVScroll" value="true"/>
<Property key="WordWrap" value="true"/>
</Widget>
<!-- Dialog buttons -->
2013-08-25 23:15:29 +02:00
<Widget type="AutoSizedButton" skin="MW_Button" position="171 208 57 24" name="OKButton">
<Property key="ExpandDirection" value="Left"/>
2012-03-21 18:38:08 +01:00
<Property key="Caption" value="Enter"/>
</Widget>
2013-08-29 16:21:11 +02:00
</Widget>
</MyGUI>