diff options
author | andreas kainz <kainz.a@gmail.com> | 2021-04-15 19:20:33 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2021-04-16 09:26:47 +0200 |
commit | 5348b3946b8f2b9581cdd8b40fa774c2a9d23868 (patch) | |
tree | 7547f1d9dcc4908c84e99457bb4312299da468be /vcl/uiconfig/ui | |
parent | 427db9b498c782a226ea2607ba972ab26e9a2ccd (diff) |
Print Dialog move Selection radio button next to All Pages
Change-Id: I2d87d5ccdaf533e6d93b5d07cbe19d5e454591bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114169
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'vcl/uiconfig/ui')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index f68e122f1797..e5fdfaa9cced 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -524,7 +524,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">2</property> </packing> </child> <child> @@ -575,15 +574,14 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> - <property name="margin_top">2</property> + <property name="margin_bottom">2</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <property name="group">rbAllPages</property> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - <property name="width">2</property> + <property name="left_attach">1</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -598,7 +596,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -615,7 +613,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> </packing> </child> </object> |