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 /cui | |
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 'cui')
-rw-r--r-- | cui/uiconfig/ui/password.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/password.ui b/cui/uiconfig/ui/password.ui index d5b80a900585..1b3971fdbda2 100644 --- a/cui/uiconfig/ui/password.ui +++ b/cui/uiconfig/ui/password.ui @@ -143,6 +143,7 @@ <object class="GtkExpander" id="expander"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="resize_toplevel">True</property> <child> <object class="GtkFrame" id="frame1"> <property name="visible">True</property> |