summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CCReporterDialog.py')
-rw-r--r--src/Gui/CCReporterDialog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 3b3fdd89..a1845345 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -37,6 +37,7 @@ class ReporterDialog():
self.builder.add_from_file(builderfile)
#Get the Main Window, and connect the "destroy" event
self.window = self.builder.get_object("reporter_dialog")
+ self.window.set_default_size(-1, 800)
self.window.connect("response", self.on_response, daemon)
if parent:
self.window.set_position(gtk.WIN_POS_CENTER_ON_PARENT)