summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-01-16 05:02:15 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2010-01-16 05:08:57 -0500
commit3a47fedc6cdfca22b5f68e39f917b101f6aeb890 (patch)
tree777f0fc7b82cd22e456980d62fca600ab9f6363f
parent702b08b2cc9a8567bd47871b7e42d55870489aac (diff)
downloadgnome-control-center-3a47fedc6cdfca22b5f68e39f917b101f6aeb890.tar.gz
Never use a horizontal scrollbar
-rw-r--r--shell/shell.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.ui b/shell/shell.ui
index 15dc04d54..8a1de88db 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -77,7 +77,7 @@
<object 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>
<object class="GtkViewport" id="viewport1">