diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-10 17:33:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-10 21:06:04 +0100 |
commit | c44155d3f8bc2037a41d221463d460138b3ecdf9 (patch) | |
tree | 85a1a1d3b0ef082915b312df92631a17b8ea0243 /vcl/uiconfig/ui | |
parent | f88c03b1d115cd09e3271b278b39bf600e21f6cd (diff) |
lock print dialog height so expanders don't expand the dialog
but instead can make use of the scrolledwindow
Change-Id: I9a820e077dce8090e6c5d876874dc1babbbd6808
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105565
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig/ui')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 5988ede3a8fc..ffcf04f6fda4 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -348,7 +348,7 @@ <property name="margin_left">6</property> <property name="vexpand">True</property> <child> - <object class="GtkScrolledWindow"> + <object class="GtkScrolledWindow" id="scrolledwindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> @@ -635,7 +635,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> @@ -982,7 +981,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="expandpagegrid"> <property name="visible">True</property> |