From 3e978fc21f2d924dab3d714956944a27e70d606f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 23 Dec 2013 19:25:30 +0000 Subject: convert print progress dialog to .ui use an actual ProgressBar rather than direct drawing into the dialog window Change-Id: I13a17970055980e0e248f60058cd4d5ef91f1d7d --- vcl/uiconfig/ui/printprogressdialog.ui | 87 ++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 vcl/uiconfig/ui/printprogressdialog.ui (limited to 'vcl/uiconfig') diff --git a/vcl/uiconfig/ui/printprogressdialog.ui b/vcl/uiconfig/ui/printprogressdialog.ui new file mode 100644 index 000000000000..508441d0ada8 --- /dev/null +++ b/vcl/uiconfig/ui/printprogressdialog.ui @@ -0,0 +1,87 @@ + + + + + False + 6 + Printing + dialog + + + False + vertical + 12 + + + False + end + + + gtk-cancel + True + True + True + True + True + True + + + False + True + 1 + + + + + False + True + end + 0 + + + + + True + False + True + 6 + + + True + False + Page %p of %n + + + 0 + 0 + 1 + 1 + + + + + True + False + True + + + 0 + 1 + 1 + 1 + + + + + False + True + 1 + + + + + + cancel + + + -- cgit