diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-20 13:52:56 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-20 13:52:56 +0200 |
| commit | c69d0f51da3561803a4c668072801273f7fb8285 (patch) | |
| tree | 54530f771954356aaa50daf6f3151e7085ce2d73 /src | |
| parent | c69e54e1523b763fd2e6205c0f50bb735e2e20b1 (diff) | |
| download | abrt-c69d0f51da3561803a4c668072801273f7fb8285.tar.gz abrt-c69d0f51da3561803a4c668072801273f7fb8285.tar.xz abrt-c69d0f51da3561803a4c668072801273f7fb8285.zip | |
GUI: added horizontal scrolling to report window
Diffstat (limited to 'src')
| -rw-r--r-- | src/Gui/report.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/report.glade b/src/Gui/report.glade index 3f5eead..1d07457 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"> |
