diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2018-12-29 00:13:28 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-29 07:08:34 +0100 |
commit | 2086b781056fe8885ba8caaf27975ef46a6a814b (patch) | |
tree | 9ca0afb4cf864f94b8285291edae02d19dd46ec9 /vcl/uiconfig | |
parent | 43836a58ffe943e2fc65be638f9a7d343102cb07 (diff) |
tdf#122360 Decrease size of spinbutton for copy count
Explicitly set vertical alignment to "centre" rather than the
default "fill" which caused the spinbutton to fill the same vertical
space as the neighbouring GtkBox holding the collate settings,
making it appear to large.
Change-Id: I04818d59cf8babe424d96d0c9ef322fac9ef756a
Reviewed-on: https://gerrit.libreoffice.org/65694
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index b8a04ebf9093..f15ea28151e3 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface domain="vcl"> <requires lib="gtk+" version="3.18"/> <requires lib="LibreOffice" version="1.0"/> @@ -125,6 +125,9 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="PrintDialogBox"> <property name="can_focus">False</property> @@ -537,6 +540,7 @@ <object class="GtkSpinButton" id="copycount"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="valign">center</property> <property name="adjustment">adjustment2</property> </object> <packing> @@ -1147,8 +1151,5 @@ </child> </object> </child> - <child> - <placeholder/> - </child> </object> </interface> |