diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-01-29 18:25:16 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-02-09 10:25:41 +0000 |
commit | 29b92329005eb2f31d2b76eafaa1ffff67387b8e (patch) | |
tree | 44e0760ab20529aaf0b52a76c298d3da440afcf4 /vcl/uiconfig | |
parent | 39eef4c5096b5e1379c3ebbac5b3fcad347d5600 (diff) |
tdf#94097: Move 'Print to file' option to the front page
Change-Id: I4acc09d0a46d82cfc9a63cbffe8e53a1b86f3acd
Reviewed-on: https://gerrit.libreoffice.org/21908
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 16a59843f669..08e1173ea45b 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -1512,22 +1512,6 @@ <property name="can_focus">False</property> <property name="row_spacing">6</property> <child> - <object class="GtkCheckButton" id="printtofile"> - <property name="label" translatable="yes">Print to file</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> <object class="GtkCheckButton" id="singleprintjob"> <property name="label" translatable="yes">Create single print jobs for collated output</property> <property name="visible">True</property> @@ -1538,7 +1522,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -1553,7 +1537,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -1570,7 +1554,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> <property name="width">1</property> <property name="height">1</property> </packing> |