1
0
Fork 0
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:
Andrei Kortunov 2024-03-13 15:20:24 +04:00
parent 99fa1278d2
commit b3188b593c

View file

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