diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-02 16:02:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-02 20:34:17 +0200 |
commit | efdce9e2ac63503ed448565827f499c46a1b2082 (patch) | |
tree | bd64e04329c9a3da2c6b3db889e53fc4b7cc2628 /vcl/uiconfig | |
parent | 556243467a0ac3f647de75bf3fb6c9f3b72466a4 (diff) |
add explicit expands
Change-Id: Ic62c05487bd77831b1a15e8601c6ba5bb1c7e001
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116619
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 9ed06ded4dac..408fda4165ae 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -139,12 +139,15 @@ <property name="can-focus">False</property> <property name="margin-end">6</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkBox" id="box13"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="orientation">vertical</property> <child> <object class="GtkDrawingArea" id="preview"> @@ -153,6 +156,8 @@ <property name="events">GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property> <property name="tooltip-text" translatable="yes" context="printdialog|printpreview">Print preview</property> <property name="margin-end">6</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="preview-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|preview">The preview shows how each sheet of paper will look. You can browse through all sheets of paper with the buttons below the preview.</property> |