diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-10 17:17:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-10 21:02:58 +0100 |
commit | 7e98fd97165a0de78411989af75edbf6f2dd9fb8 (patch) | |
tree | 63504465390051aed46ad7a560d2e9e3902a78f0 /svx | |
parent | 73d707f89ee273d47383c5c977e74ea3ad454adf (diff) |
set resize-toplevel true for GtkExpanders
because that's what we currently do in practice
Change-Id: Ib1154a4a7597dbabb20b1cb7b051995a72256e62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105563
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/classificationdialog.ui | 1 | ||||
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog-mobile.ui | 1 | ||||
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 1 | ||||
-rw-r--r-- | svx/uiconfig/ui/safemodedialog.ui | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui index 54a778184bed..41b44711bbfd 100644 --- a/svx/uiconfig/ui/classificationdialog.ui +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -368,6 +368,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="resize_toplevel">True</property> <child> <object class="GtkGrid"> <property name="visible">True</property> diff --git a/svx/uiconfig/ui/findreplacedialog-mobile.ui b/svx/uiconfig/ui/findreplacedialog-mobile.ui index b905b6a679c5..8638aaefb459 100644 --- a/svx/uiconfig/ui/findreplacedialog-mobile.ui +++ b/svx/uiconfig/ui/findreplacedialog-mobile.ui @@ -644,6 +644,7 @@ <property name="margin_bottom">1</property> <property name="hexpand">True</property> <property name="label_fill">True</property> + <property name="resize_toplevel">True</property> <child> <object class="GtkAlignment" id="alignment5"> <property name="visible">True</property> diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 9807296950cd..67842e892f36 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -698,6 +698,7 @@ <property name="margin_bottom">1</property> <property name="hexpand">True</property> <property name="label_fill">True</property> + <property name="resize_toplevel">True</property> <child> <object class="GtkAlignment" id="alignment5"> <property name="visible">True</property> diff --git a/svx/uiconfig/ui/safemodedialog.ui b/svx/uiconfig/ui/safemodedialog.ui index 6a90b4c06184..4351b1827cdc 100644 --- a/svx/uiconfig/ui/safemodedialog.ui +++ b/svx/uiconfig/ui/safemodedialog.ui @@ -379,6 +379,7 @@ You can make one or more of the following changes to your user profile to return <object class="GtkExpander" id="expander1"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="resize_toplevel">True</property> <child> <object class="GtkBox" id="box2"> <property name="visible">True</property> |