summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-03 23:01:20 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-03 23:01:20 +0100
commitac9988a068b184689228dfaf18759cc2f67464ae (patch)
treef046cd2509c2781a1933bfc76686108ae77a5a2d /src/Gui
parented5af9fd9e11b64a8586fdab564fe90375be1c82 (diff)
downloadabrt-ac9988a068b184689228dfaf18759cc2f67464ae.tar.gz
abrt-ac9988a068b184689228dfaf18759cc2f67464ae.tar.xz
abrt-ac9988a068b184689228dfaf18759cc2f67464ae.zip
GUI: fixed scrolling in reporter dialog rhbz#559687
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/report.glade24
1 files changed, 6 insertions, 18 deletions
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 13e4c14e..e7f37ec0 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -374,16 +374,10 @@
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
- <object class="GtkViewport" id="viewport1">
+ <object class="GtkTextView" id="tevHowToReproduce">
<property name="visible">True</property>
- <property name="resize_mode">queue</property>
- <child>
- <object class="GtkTextView" id="tevHowToReproduce">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="wrap_mode">word-char</property>
- </object>
- </child>
+ <property name="can_focus">True</property>
+ <property name="wrap_mode">word-char</property>
</object>
</child>
</object>
@@ -417,16 +411,10 @@
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
- <object class="GtkViewport" id="viewport2">
+ <object class="GtkTextView" id="tvComment">
<property name="visible">True</property>
- <property name="resize_mode">queue</property>
- <child>
- <object class="GtkTextView" id="tvComment">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="wrap_mode">word-char</property>
- </object>
- </child>
+ <property name="can_focus">True</property>
+ <property name="wrap_mode">word-char</property>
</object>
</child>
</object>