summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2011-07-27 23:02:09 +0100
committerWill Thompson <will@willthompson.co.uk>2011-07-27 23:02:09 +0100
commit399d91da90c941f0d9cf17ba3fe140b4c50cb9f0 (patch)
tree2810d8d745d14294f286e697c5ccd74cedb3f317 /data
parent97c5a1e157351869c09ac90257b4ed5caec53aad (diff)
Only show message body scrollbars when needed
Diffstat (limited to 'data')
-rw-r--r--data/bustle.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bustle.glade b/data/bustle.glade
index 8f24f03..3723452 100644
--- a/data/bustle.glade
+++ b/data/bustle.glade
@@ -220,7 +220,7 @@ open that file to see a sequence diagram of D-Bus activity.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
- <property name="vscrollbar_policy">always</property>
+ <property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="messageBodyView">
<property name="can_focus">True</property>