diff options
author | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-07-05 16:02:41 -0300 |
---|---|---|
committer | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-11-29 13:02:16 -0200 |
commit | bc34eaa0a87ff89b07581551991ac83d69f64d63 (patch) | |
tree | 8fafe90375ff249288f1b4b1aa41411cd0d25e9d /vcl | |
parent | 226ede405ed4549b7652c9a8421af37511e0046a (diff) |
Minor UI fixes in print dialog
Change-Id: I7a6ee82dd88911372854b3f44102417579e83ffe
Reviewed-on: https://gerrit.libreoffice.org/57020
Tested-by: Jenkins
Reviewed-by: Daniel Silva <danielfaleirosilva@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 4775d131fab5..0251d367f106 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -89,6 +89,7 @@ </object> <object class="GtkDialog" id="PrintDialog"> <property name="can_focus">False</property> + <property name="border_width">6</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="PrintDialogBox"> @@ -121,7 +122,7 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="margin_left">50</property> - <property name="margin_right">50</property> + <property name="margin_right">135</property> </object> <packing> <property name="expand">True</property> @@ -215,6 +216,7 @@ <property name="receives_default">False</property> <property name="halign">center</property> <property name="active">True</property> + <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> @@ -428,6 +430,7 @@ <object class="GtkAlignment"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkBox" id="box5"> @@ -538,6 +541,7 @@ <object class="GtkAlignment"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkExpander" id="expander1"> @@ -594,6 +598,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> @@ -727,6 +732,7 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> + <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> @@ -774,6 +780,7 @@ <object class="GtkAlignment"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkExpander" id="expander2"> @@ -941,6 +948,7 @@ <property name="receives_default">False</property> <property name="halign">start</property> <property name="active">True</property> + <property name="use_underline">True</property> <property name="draw_indicator">True</property> <property name="group">pagespersheetbtn</property> </object> @@ -986,6 +994,7 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> + <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> @@ -1006,6 +1015,7 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="active">True</property> + <property name="use_underline">True</property> <property name="draw_indicator">True</property> <property name="group">brochure</property> </object> |