File: openmw_mainmenu.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 (14 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>

<MyGUI type="Layout">
    <!-- The entire screen -->
    <Widget type="Widget" layer="MainMenu" position="0 0 300 300" name="_Main">
        <Widget type="EditBox" skin="MW_TextBoxEdit" position="0 250 280 50" align="Bottom Right" name="VersionText">
            <Property key="TextAlign" value="Right"/>
            <Property key="TextShadow" value="true"/>
            <Property key="TextShadowColour" value="0 0 0"/>
            <Property key="ReadOnly" value="true"/>
            <Property key="MultiLine" value="true"/>
        </Widget>
    </Widget>
</MyGUI>