[gnome-control-center] color: Make all controls keyboard-accessible



commit 98dbd0ec0c64c8c0a08f7b54eac6b2b6b723837b
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 10 14:59:42 2013 -0500

    color: Make all controls keyboard-accessible
    
    The buttons in the toolbar were not focusable, for no good reason.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693544

 panels/color/color.ui |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index 2be0822..da703f9 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -962,7 +962,7 @@
             </child>
             <child>
               <object class="GtkToolbar" id="toolbar_devices">
-                <property name="can_focus">False</property>
+                <property name="can_focus">True</property>
                 <property name="show_arrow">False</property>
                 <property name="icon_size">1</property>
                 <child>
@@ -976,7 +976,7 @@
                         <child>
                           <object class="GtkButton" id="toolbutton_device_default">
                             <property name="label" translatable="yes">Set for all users</property>
-                            <property name="can_focus">False</property>
+                            <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
                             <property name="has_tooltip">True</property>
                             <property name="tooltip_text" translatable="yes">Set this profile for all users on this computer</property>
@@ -1022,7 +1022,7 @@
                         <child>
                           <object class="GtkButton" id="toolbutton_profile_add">
                             <property name="label" translatable="yes">Add profile</property>
-                            <property name="can_focus">False</property>
+                            <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
                             <property name="use_underline">True</property>
                           </object>
@@ -1035,7 +1035,7 @@
                         <child>
                           <object class="GtkButton" id="toolbutton_device_calibrate">
                             <property name="label" translatable="yes">Calibrateâ</property>
-                            <property name="can_focus">False</property>
+                            <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
                             <property name="has_tooltip">True</property>
                             <property name="tooltip_text" translatable="yes">Calibrate the device</property>
@@ -1050,7 +1050,7 @@
                         <child>
                           <object class="GtkButton" id="toolbutton_profile_remove">
                             <property name="label" translatable="yes">Remove profile</property>
-                            <property name="can_focus">False</property>
+                            <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
                             <property name="use_underline">True</property>
                           </object>
@@ -1063,7 +1063,7 @@
                         <child>
                           <object class="GtkButton" id="toolbutton_profile_view">
                             <property name="label" translatable="yes">View details</property>
-                            <property name="can_focus">False</property>
+                            <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
                             <property name="use_underline">True</property>
                           </object>


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