summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-20 13:52:56 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-20 13:52:56 +0200
commitc69d0f51da3561803a4c668072801273f7fb8285 (patch)
tree54530f771954356aaa50daf6f3151e7085ce2d73 /src/Gui
parentc69e54e1523b763fd2e6205c0f50bb735e2e20b1 (diff)
downloadabrt-c69d0f51da3561803a4c668072801273f7fb8285.tar.gz
abrt-c69d0f51da3561803a4c668072801273f7fb8285.tar.xz
abrt-c69d0f51da3561803a4c668072801273f7fb8285.zip
GUI: added horizontal scrolling to report window
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/report.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 3f5eead1..1d07457b 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -32,7 +32,7 @@
<widget class="GtkScrolledWindow" id="scrolledwindow5">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">never</property>
+ <property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="tvReport">