mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 16:29:55 +00:00
Window_MinMax
This commit is contained in:
parent
433a318abb
commit
0af8591c03
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="MW_ConsoleWindow" position="0 0 400 400" layer="Console" name="_Main">
|
||||
<Property key="Caption" value="Console"/>
|
||||
<Property key="Window_MinMax" value="200 100 2000 2000"/>
|
||||
<Property key="MinSize" value="200 100"/>
|
||||
<Property key="MaxSize" value="2000 2000"/>
|
||||
|
||||
<!-- Log window -->
|
||||
<Widget type="Edit" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History"/>
|
||||
|
|
Loading…
Reference in a new issue