summaryrefslogtreecommitdiffstats
path: root/src/gui/CReporterAssistant.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/CReporterAssistant.py')
-rw-r--r--src/gui/CReporterAssistant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CReporterAssistant.py b/src/gui/CReporterAssistant.py
index f34dcdb6..791374c2 100644
--- a/src/gui/CReporterAssistant.py
+++ b/src/gui/CReporterAssistant.py
@@ -821,7 +821,7 @@ class ReporterAssistant():
summary_vbox.pack_start(comments_aligned_hbox, expand=False)
summary_scroll = gtk.ScrolledWindow()
summary_scroll.set_shadow_type(gtk.SHADOW_NONE)
- summary_scroll.set_policy(gtk.POLICY_NEVER, gtk.POLICY_ALWAYS)
+ summary_scroll.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
scroll_viewport = gtk.Viewport()
scroll_viewport.set_shadow_type(gtk.SHADOW_NONE)
scroll_viewport.add(summary_vbox)