[gnome-control-center/gnome-3-20] mouse: allow focus on switches in the Touchpad section



commit d15caf2484548e3f6e06a38e91e3fb2707d270d3
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue May 10 14:23:12 2016 +0200

    mouse: allow focus on switches in the Touchpad section
    
    Enables the navigation/focus on the switches in the Touchpad
    section.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766186

 panels/mouse/gnome-mouse-properties.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/mouse/gnome-mouse-properties.ui b/panels/mouse/gnome-mouse-properties.ui
index 25e51c8..05b5030 100644
--- a/panels/mouse/gnome-mouse-properties.ui
+++ b/panels/mouse/gnome-mouse-properties.ui
@@ -332,7 +332,7 @@
         </child>
         <child>
           <object class="GtkFrame" id="touchpad-frame">
-            <property name="visible">False</property>
+            <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
@@ -359,7 +359,7 @@
                 <child>
                   <object class="GtkBox" id="touchpad-box">
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
+                    <property name="can_focus">False</property>
                     <property name="orientation">vertical</property>
                     <child>
                       <object class="GtkListBox" id="touchpad-listbox">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]