diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-22 21:13:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-23 18:04:30 +0100 |
commit | 2577d9ecea199ca2c10d852cf279053a1b22faf7 (patch) | |
tree | de13d020fef0e4571ea9ca20b425832eae1e0bfe /sfx2 | |
parent | 666e14ba6e82dcad6912a205694978b2736e4319 (diff) |
remove deprecated (and unwanted) resize-mode
which probably got in initially by accident on scrolling in glade's
property templace when the mouse was over "resize mode" and then
copied and pasted around the notebook especially
Change-Id: Icd01848b7f51f670db1cb150ffba4ee7a487ce96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108225
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/charmapcontrol.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/emojicontrol.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/uiconfig/ui/charmapcontrol.ui b/sfx2/uiconfig/ui/charmapcontrol.ui index 42f1807a6705..94d83472ff4a 100644 --- a/sfx2/uiconfig/ui/charmapcontrol.ui +++ b/sfx2/uiconfig/ui/charmapcontrol.ui @@ -10,7 +10,6 @@ <object class="GtkBox" id="container"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="resize_mode">queue</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> diff --git a/sfx2/uiconfig/ui/emojicontrol.ui b/sfx2/uiconfig/ui/emojicontrol.ui index 125916ea61eb..9c9d3282b475 100644 --- a/sfx2/uiconfig/ui/emojicontrol.ui +++ b/sfx2/uiconfig/ui/emojicontrol.ui @@ -10,7 +10,6 @@ <property name="height_request">200</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="resize_mode">queue</property> <property name="orientation">vertical</property> <child> <!-- n-columns=1 n-rows=1 --> diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index b6fccf20ef6d..1ea6b4b4c499 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -254,7 +254,6 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="templatedlg|filter_application|tooltip_text">Filter by Application</property> - <property name="resize-mode">queue</property> <items> <item id="0" translatable="yes" context="templatedlg|applist">All Applications</item> <item id="0" translatable="yes" context="templatedlg|applist">Text Documents</item> |