From 1a2ebd24e5daaefa209dea7f4b1889a8295b5794 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Thu, 21 Jun 2018 10:20:54 -0300 Subject: Adds More options dialog with single jobs checkbox in print dialog Change-Id: I5f88e48edb5dfd966bcafca7866ee2a982a7f020 Reviewed-on: https://gerrit.libreoffice.org/56236 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- vcl/uiconfig/ui/moreoptionsdialog.ui | 88 ++++++++++++++++++++++++++++++++++++ vcl/uiconfig/ui/printdialog.ui | 2 +- 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 vcl/uiconfig/ui/moreoptionsdialog.ui (limited to 'vcl/uiconfig') diff --git a/vcl/uiconfig/ui/moreoptionsdialog.ui b/vcl/uiconfig/ui/moreoptionsdialog.ui new file mode 100644 index 000000000000..7fb615d60417 --- /dev/null +++ b/vcl/uiconfig/ui/moreoptionsdialog.ui @@ -0,0 +1,88 @@ + + + + + + False + 6 + More Printing Options + dialog + + + False + vertical + 2 + + + False + end + + + gtk-ok + True + True + True + True + + + True + True + 0 + + + + + gtk-cancel + True + True + True + True + + + True + True + 1 + + + + + False + False + 1 + + + + + True + False + 6 + vertical + + + Create single print jobs for collated output + True + True + False + True + True + + + False + True + 0 + + + + + True + True + 0 + + + + + + + + + diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 0251d367f106..0073dbf1e5f4 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -116,7 +116,7 @@ - + More Options... True True -- cgit