File: openmw_console.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 (26 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
  <Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Windows" name="_Main">
    <Property key="Caption" value="#{sConsoleTitle}"/>
    <Property key="MinSize" value="40 40"/>
    <Property key="Visible" value="false"/>

    <!-- Log window -->
    <Widget type="EditBox" skin="MW_TextBoxEdit" position="5 5 380 328" align="Stretch" name="list_History">
        <Property key="MultiLine" value="1"/>
        <Property key="ReadOnly" value="true"/>
        <Property key="FontName" value="MonoFont"/>
        <Property key="TextAlign" value="Left Top"/>
        <Property key="TextColour" value="1 1 1"/>
        <Property key="InvertSelected" value="false"/>
        <Property key="WordWrap" value="true"/>
    </Widget>

    <!-- Command line -->
    <Widget type="EditBox" skin="MW_ConsoleCommand" position="0 338 384 28" align="HStretch Bottom" name="edit_Command">
        <Property key="InvertSelected" value="false"/>
        <UserString key="AcceptTab" value="true"/>
    </Widget>

  </Widget>
</MyGUI>