From 5a736b8527fa667fde9d925b9139554334665036 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 26 Feb 2009 16:56:45 +0100 Subject: Added scrolled window to the reporter dialog --- src/Gui/CCReporterDialog.py | 1 + src/Gui/ccgui.glade | 106 ++++++++++++++++++++++++-------------------- 2 files changed, 58 insertions(+), 49 deletions(-) (limited to 'src') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 2affead..26a6b09 100644 --- a/src/Gui/CCReporterDialog.py +++ b/src/Gui/CCReporterDialog.py @@ -17,6 +17,7 @@ class ReporterDialog(): self.wTree = gtk.glade.XML(self.gladefile) #Get the Main Window, and connect the "destroy" event self.window = self.wTree.get_widget("reporter_dialog") + self.window.set_default_size(640, 480) #init the reports treeview self.tvReport = self.wTree.get_widget("tvReport") diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade index b2f2ea2..71bad72 100644 --- a/src/Gui/ccgui.glade +++ b/src/Gui/ccgui.glade @@ -1,6 +1,6 @@ - + 640 @@ -372,9 +372,17 @@ - + True True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + + + True + True + + 1 @@ -458,6 +466,53 @@ + + + True + BlackList + + + + + True + True + + + 1 + 2 + + + + + True + Database Plugin + + + 1 + 2 + + + + + True + + + 1 + 2 + 1 + 2 + + + + + True + OpenPGP Public Keys + + + 2 + 3 + + True @@ -506,53 +561,6 @@ 3 - - - True - OpenPGP Public Keys - - - 2 - 3 - - - - - True - - - 1 - 2 - 1 - 2 - - - - - True - Database Plugin - - - 1 - 2 - - - - - True - True - - - 1 - 2 - - - - - True - BlackList - - -- cgit