summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-21 12:50:55 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-21 12:50:55 +0200
commit902a90a214dc7c41e11375a051cadca826c71f7b (patch)
tree0717f6d7233e297c738ca1fc0482eff3ad05f2c4 /src/Gui
parent73c3f5fba688d9359dbf79f70b8759aee2857e41 (diff)
downloadabrt-902a90a214dc7c41e11375a051cadca826c71f7b.tar.gz
abrt-902a90a214dc7c41e11375a051cadca826c71f7b.tar.xz
abrt-902a90a214dc7c41e11375a051cadca826c71f7b.zip
GUI: fixed word wrap in Comment field rhbz#524349
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/report.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 1d07457b..e4a6c582 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -74,12 +74,13 @@
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">automatic</property>
+ <property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="tvComment">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="wrap_mode">word</property>
</widget>
</child>
</widget>