diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-06-06 12:19:22 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-06-06 18:03:41 +0200 |
commit | 42aadbcc7a3d0754654582afab1bca10a6af32d9 (patch) | |
tree | 2380bdcea65d5d7719ed02bfb4426a98b52c3a72 /vcl/uiconfig | |
parent | 40cee5c3e37fc663b70cb278c8510a6018905791 (diff) |
tdf#128723 fix setting width when scaling preview get bigger only
Change-Id: Idb029cc1a72b03926b23d840670a8e6d9d0b1448
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95642
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index d10557ac1354..94d1c64181ec 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.22.2 --> +<!-- Generated with glade 3.22.1 --> <interface domain="vcl"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -156,6 +156,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_right">6</property> + <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> @@ -338,7 +339,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="margin_left">6</property> - <property name="hexpand">True</property> <property name="vexpand">True</property> <child> <object class="GtkScrolledWindow"> @@ -969,7 +969,7 @@ <child> <object class="GtkLabel" id="pagestxt"> <property name="can_focus">False</property> - <property name="halign">start</property> + <property name="halign">end</property> <property name="label" translatable="yes" context="printdialog|pagespersheettxt">Pages:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">pagerows</property> @@ -1020,7 +1020,7 @@ <child> <object class="GtkLabel" id="pagemargintxt1"> <property name="can_focus">False</property> - <property name="halign">start</property> + <property name="halign">end</property> <property name="label" translatable="yes" context="printdialog|pagemargintxt1">Margin:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">pagemarginsb</property> @@ -1057,7 +1057,7 @@ <child> <object class="GtkLabel" id="sheetmargintxt1"> <property name="can_focus">False</property> - <property name="halign">start</property> + <property name="halign">end</property> <property name="label" translatable="yes" context="printdialog|sheetmargintxt1">Distance:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">sheetmarginsb</property> @@ -1095,7 +1095,7 @@ <object class="GtkLabel" id="labelorder"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">start</property> + <property name="halign">end</property> <property name="label" translatable="yes" context="printdialog|labelorder">Order:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">orderbox</property> @@ -1129,7 +1129,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="halign">start</property> + <property name="halign">end</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> @@ -1175,7 +1175,8 @@ </object> <packing> <property name="left_attach">4</property> - <property name="top_attach">4</property> + <property name="top_attach">0</property> + <property name="height">5</property> </packing> </child> <child> @@ -1184,18 +1185,6 @@ <child> <placeholder/> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> </child> <child type="label"> |