From fb1be45fdaf6cfe03c6c47ca10a3d50a055dbd11 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 5 Feb 2002 05:37:18 +0000 Subject: [PATCH] Hold off on print quality svn: r751 --- src/Report.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Report.py b/src/Report.py index ee8cc43ff..eafc1720e 100644 --- a/src/Report.py +++ b/src/Report.py @@ -562,11 +562,11 @@ class ReportDialog: PaperMenu.make_paper_menu(self.papersize_menu) PaperMenu.make_orientation_menu(self.orientation_menu) - l = GtkLabel(_("Quality")) - l.set_alignment(1.0,0.5) - table.attach(l,0,1,2,3,FILL,FILL,pad,pad) - l = GtkOptionMenu() - table.attach(l,1,2,2,3,xpadding=pad,ypadding=pad) +// l = GtkLabel(_("Quality")) +// l.set_alignment(1.0,0.5) +// table.attach(l,0,1,2,3,FILL,FILL,pad,pad) +// l = GtkOptionMenu() +// table.attach(l,1,2,2,3,xpadding=pad,ypadding=pad) # The optional pagecount stuff. if pagecount_map: self.pagecount_menu = GtkOptionMenu()