1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 16:29:55 +00:00

Window_MinMax

This commit is contained in:
scrawl 2012-03-21 21:49:37 +01:00
parent 433a318abb
commit 0af8591c03

View file

@ -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"/>