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 /sd | |
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 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar_compact.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_compact.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index ca567a4ee5d9..db7820b25a44 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -3173,7 +3173,6 @@ <property name="halign">end</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="resize_mode">immediate</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> @@ -3193,7 +3192,6 @@ <property name="halign">end</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="resize_mode">immediate</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> diff --git a/sd/uiconfig/sdraw/ui/notebookbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_compact.ui index e705a28e6236..d32d8b40bcd9 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_compact.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_compact.ui @@ -2964,7 +2964,6 @@ <property name="receives_default">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="resize_mode">immediate</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index dfa0bbd999ca..30e272d4a64e 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -3206,7 +3206,6 @@ <property name="halign">end</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="resize_mode">immediate</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> @@ -3226,7 +3225,6 @@ <property name="halign">end</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="resize_mode">immediate</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> diff --git a/sd/uiconfig/simpress/ui/notebookbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_compact.ui index b77872b744b9..deb0a995373f 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_compact.ui @@ -3271,7 +3271,6 @@ <property name="receives_default">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="resize_mode">immediate</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index bb12cc1b11bd..243683bbe652 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -3051,7 +3051,6 @@ <object class="sfxlo-NotebookbarToolBox" id="thirdExt2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="resize_mode">immediate</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> <property name="icon_size">1</property> |