diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-10 17:27:04 +0000 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-01-14 09:43:11 +0100 |
commit | fa412876add97cab38d404723c49d35775f8efea (patch) | |
tree | 8fdc5bc1f217862449cff90444b64794964f9c0e /vcl/uiconfig | |
parent | 96b4bf352b1dc43637080719c91eef61fef74bf8 (diff) |
Related: tdf#127782 resize the print dialog to its optimum size...
after expander is activated
Change-Id: I3f87243f0502829e048173987c8998898d351adf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86575
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index fc98a18a89a9..d4de5956f3cc 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -596,7 +596,6 @@ <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" id="gdCopiesExtra"> <property name="visible">True</property> @@ -875,7 +874,6 @@ <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> |