mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Loosen window size restrictions
This commit is contained in:
parent
ea7e0abdc2
commit
292d692b40
@ -2,7 +2,7 @@
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 600 300" name="_Main">
|
||||
<Property key="MinSize" value="470 235"/>
|
||||
<Property key="MinSize" value="40 40"/>
|
||||
|
||||
<Widget type="Widget" skin="" position="0 0 224 223" align="Left Top" name="LeftPane">
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 300" name="_Main">
|
||||
<Property key="MinSize" value="230 180"/>
|
||||
<Property key="MinSize" value="40 40"/>
|
||||
|
||||
<!-- Local map -->
|
||||
<Widget type="ScrollView" skin="MW_MapView" position="0 0 284 264" align="Stretch" name="LocalMap">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
|
||||
<Property key="MinSize" value="260 250"/>
|
||||
<Property key="MinSize" value="40 40"/>
|
||||
|
||||
<!-- Effect box-->
|
||||
<Widget type="Widget" skin="MW_Box" position="8 8 268 23" align="Left Top HStretch">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 500 342" name="_Main">
|
||||
<Property key="MinSize" value="300 200"/>
|
||||
<Property key="MinSize" value="40 40"/>
|
||||
|
||||
<Widget type="Widget" skin="" name="LeftPane" position="0 0 220 342">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user