mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-28 22:09:42 +00:00
Disable MyGUI windows snapping
This commit is contained in:
parent
99fa1278d2
commit
b3188b593c
1 changed files with 0 additions and 3 deletions
|
@ -457,7 +457,6 @@
|
|||
|
||||
<Resource type="ResourceSkin" name="MW_Window" size="256 256">
|
||||
<Property key="TextAlign" value="Center"/>
|
||||
<Property key="Snap" value="true"/>
|
||||
<Property key="MinSize" value="64 64"/>
|
||||
|
||||
<Child type="Widget" skin="BlackBG" offset="0 0 256 256" align="Stretch"/>
|
||||
|
@ -592,7 +591,6 @@
|
|||
|
||||
<Resource type="ResourceSkin" name="MW_Window_NoCaption" size="256 256">
|
||||
<Property key="TextAlign" value="Center"/>
|
||||
<Property key="Snap" value="true"/>
|
||||
<Property key="MinSize" value="64 64"/>
|
||||
|
||||
<Child type="Widget" skin="BlackBG" offset=" 0 0 256 256" align="Stretch"/>
|
||||
|
@ -729,7 +727,6 @@
|
|||
|
||||
<Resource type="ResourceSkin" name="MW_Window_Pinnable" size="256 256">
|
||||
<Property key="TextAlign" value="Center"/>
|
||||
<Property key="Snap" value="true"/>
|
||||
<Property key="MinSize" value="64 64"/>
|
||||
|
||||
<Child type="Widget" skin="BlackBG" offset=" 0 0 256 256" align="Stretch"/>
|
||||
|
|
Loading…
Reference in a new issue