[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.1-7-g33dcbe3

Luca Bruno lethalman88 at gmail.com
Mon Apr 13 20:48:40 UTC 2009


The following commit has been merged in the master branch:
commit 1e89e4d60ae29da3a37e085501ed3c065b876dc5
Author: Luca Bruno <lethalman88 at gmail.com>
Date:   Thu Mar 26 11:03:49 2009 +0100

    Set default size for report viewer

diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index cdbbaf3..4618ce0 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -180,6 +180,7 @@ class ReportViewerDialog (gtk.Dialog):
                               gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE))
         self.message = message
 
+        self.set_default_size (400, 400)
         self.set_default_response (gtk.RESPONSE_CLOSE)
         self.set_border_width (6)
         self.connect ('response', self.on_response)

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list