mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 02:19:55 +00:00
14 lines
579 B
XML
14 lines
579 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<MyGUI type="Layout">
|
|
<Widget type="Window" skin="MW_ConsoleWindow" position="0 0 400 400" layer="Console" name="_Main">
|
|
<Property key="Widget_Caption" value="Console"/>
|
|
<Property key="Window_MinMax" value="200 100 2000 2000"/>
|
|
|
|
<!-- Log window -->
|
|
<Widget type="Edit" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History"/>
|
|
|
|
<!-- Command line -->
|
|
<Widget type="Edit" skin="MW_ConsoleCommand" position="0 365 392 28" align="HStretch Bottom" name="edit_Command"/>
|
|
|
|
</Widget>
|
|
</MyGUI>
|