File: openmw_chargen_class_description.layout

package info (click to toggle)
openmw 0.47.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,276 kB
  • sloc: cpp: 249,935; xml: 1,978; sh: 1,327; python: 63; makefile: 26
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>

<MyGUI type="Layout">
    <Widget type="Window" skin="MW_DialogNoTransp" layer="Windows" position="0 0 244 248" align="Center" name="_Main">

        <!-- Edit box -->
        <Widget type="Widget" skin="MW_Box" position="8 8 220 192" align="Stretch"/>

        <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 -->
        <Widget type="AutoSizedButton" skin="MW_Button" position="171 208 57 24" name="OKButton">
            <Property key="ExpandDirection" value="Left"/>
            <Property key="Caption" value="Enter"/>
        </Widget>

    </Widget>
</MyGUI>