[gnome-control-center/wip/universal-access: 10/14] universal-access: set pointer sections insensitive by default



commit e7641836c2932db31d13916f63b639d60c02a879
Author: Thomas Wood <thomas wood intel com>
Date:   Thu Jun 3 15:02:48 2010 +0100

    universal-access: set pointer sections insensitive by default
    
    The section is "off" by default, so the section widgets should be marked
    insensitive.

 panels/universal-access/uap.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/universal-access/uap.ui b/panels/universal-access/uap.ui
index a3aa651..baf720c 100644
--- a/panels/universal-access/uap.ui
+++ b/panels/universal-access/uap.ui
@@ -2244,6 +2244,7 @@
                                             <child>
                                               <object class="GtkHBox" id="pointing_secondary_click_scale_box">
                                                 <property name="visible">True</property>
+                                                <property name="sensitive">False</property>
                                                 <property name="spacing">6</property>
                                                 <child>
                                                   <object class="GtkLabel" id="pointing_secondary_click_delay_short_label">
@@ -2469,6 +2470,7 @@
                                             <child>
                                               <object class="GtkHBox" id="pointing_hover_click_delay_scale_box">
                                                 <property name="visible">True</property>
+                                                <property name="sensitive">False</property>
                                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                                 <property name="spacing">6</property>
                                                 <child>
@@ -2528,6 +2530,7 @@
                                             <child>
                                               <object class="GtkHBox" id="pointing_hover_click_threshold_scale_box">
                                                 <property name="visible">True</property>
+                                                <property name="sensitive">False</property>
                                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                                 <property name="spacing">6</property>
                                                 <child>



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