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



commit 0ac120b78289e1b4fec3eef0e66715e936cdd1ce
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 0c58fcb..f2622a1 100644
--- a/panels/mouse/gnome-mouse-properties.ui
+++ b/panels/mouse/gnome-mouse-properties.ui
@@ -335,7 +335,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>
@@ -362,7 +362,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]