summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-19 10:30:44 +0100
committerJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-19 10:30:44 +0100
commit9274bccfbb551dcd77098624f7a763cd235a01f0 (patch)
tree7f04104c0c3293008c81feb46d82ba80902535be
parent83aea71df4761ec10c0d947055e65102bcace489 (diff)
downloadabrt-9274bccfbb551dcd77098624f7a763cd235a01f0.tar.gz
abrt-9274bccfbb551dcd77098624f7a763cd235a01f0.tar.xz
abrt-9274bccfbb551dcd77098624f7a763cd235a01f0.zip
GUI: fixed text wrapping in comment field rhbz#531276
-rw-r--r--src/Gui/report.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 428c4ec7..29c5c288 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -93,13 +93,13 @@
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<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="GtkTextView" id="tevHowToReproduce">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="wrap_mode">word</property>
+ <property name="wrap_mode">word-char</property>
</widget>
</child>
</widget>
@@ -139,13 +139,13 @@
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<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="GtkTextView" id="tvComment">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="wrap_mode">word</property>
+ <property name="wrap_mode">word-char</property>
</widget>
</child>
</widget>