From c68e047f19b4f9f5973af5f9b1c3db80b932eead Mon Sep 17 00:00:00 2001
From: Andrei Kortunov <andrei.kortunov@yandex.ru>
Date: Tue, 16 Mar 2021 13:21:35 +0400
Subject: [PATCH] Remove invalid MyGUI properties from layout files

---
 files/mygui/openmw_settings_window.layout | 1 -
 files/mygui/openmw_tooltips.layout        | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/files/mygui/openmw_settings_window.layout b/files/mygui/openmw_settings_window.layout
index b57d362ed0..babb5c28f9 100644
--- a/files/mygui/openmw_settings_window.layout
+++ b/files/mygui/openmw_settings_window.layout
@@ -302,7 +302,6 @@
                         </Widget>
 
                         <Widget type="TextBox" skin="SandText" position="182 94 300 32" align="Left Top">
-                            <Property key="MultiLine" value="true"/>
                             <Property key="Caption" value="Hint: press F3 to show \nthe current frame rate."/>
                         </Widget>
 
diff --git a/files/mygui/openmw_tooltips.layout b/files/mygui/openmw_tooltips.layout
index bb505d2539..ce927038c2 100644
--- a/files/mygui/openmw_tooltips.layout
+++ b/files/mygui/openmw_tooltips.layout
@@ -193,7 +193,6 @@
                 <Property key="Shrink" value="true"/>
                 <Property key="WordWrap" value="true"/>
                 <Property key="TextAlign" value="Left Top"/>
-                <Property key="Spacing" value="28"/>
                 <UserString key="HStretch" value="true"/>
             </Widget>
 
@@ -248,7 +247,6 @@
                 <Property key="MultiLine" value="true"/>
                 <Property key="WordWrap" value="true"/>
                 <Property key="TextAlign" value="Left Top"/>
-                <Property key="Spacing" value="28"/>
             </Widget>
         </Widget>
 
@@ -269,9 +267,6 @@
             </Widget>
 
             <Widget type="AutoSizedTextBox" skin="SandText" position="0 0 0 0" align="Left Top" name="LevelDetailText">
-                <Property key="AutoResize" value="true"/>
-                <Property key="MultiLine" value="true"/>
-                <Property key="Shrink" value="true"/>
                 <Property key="TextAlign" value="HCenter Top"/>
             </Widget>
         </Widget>