summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2021-02-23 11:39:02 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-02-23 12:14:39 +0000
commitb813866a630d6f5c7144f32450a29e31c3fdef3e (patch)
treec452b35950e8ecae1be3b5fb32dc8387e69b7254
parent540f6edff3c8af28b234644be27ea76de979aab0 (diff)
downloadgnome-control-center-b813866a630d6f5c7144f32450a29e31c3fdef3e.tar.gz
mouse: Allow horizontal scroll in mouse test page
This allows the panel to shrink further than the test image's width. Fixes #1046
-rw-r--r--panels/mouse/cc-mouse-test.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/mouse/cc-mouse-test.ui b/panels/mouse/cc-mouse-test.ui
index d547331ec..788b74877 100644
--- a/panels/mouse/cc-mouse-test.ui
+++ b/panels/mouse/cc-mouse-test.ui
@@ -39,7 +39,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="vadjustment">scrolled_window_adjustment</property>
- <property name="hscrollbar_policy">never</property>
+ <property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">always</property>
<property name="shadow_type">in</property>
<property name="max_content_height">440</property>