[gnome-software] Add mnemonics to the tabs



commit 663113fe65e4c6c0512261fa80257947cffb1bce
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 31 18:29:22 2013 -0400

    Add mnemonics to the tabs
    
    This improves keynav, and doesn't hurt.

 src/gnome-software.ui |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index e80045e..b93cab2 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -69,7 +69,8 @@
                           <object class="GtkLabel" id="label_button_all">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="label" translatable="yes">All</property>
+                            <property name="use_underline">True</property>
+                            <property name="label" translatable="yes">_All</property>
                           </object>
                         </child>
                       </object>
@@ -91,7 +92,8 @@
                           <object class="GtkLabel" id="label_button_installed">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="label" translatable="yes">Installed</property>
+                            <property name="use_underline">True</property>
+                            <property name="label" translatable="yes">_Installed</property>
                           </object>
                         </child>
                       </object>
@@ -113,7 +115,8 @@
                           <object class="GtkLabel" id="label_button_updates">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="label" translatable="yes">Updates</property>
+                            <property name="use_underline">True</property>
+                            <property name="label" translatable="yes">_Updates</property>
                           </object>
                         </child>
                       </object>
@@ -275,7 +278,7 @@
             <property name="show_border">False</property>
             <property name="show_tabs">False</property>
             <child>
-              <object class="GtkScrolledWindow" id="scrolledwindow1">
+              <object class="GtkScrolledWindow" id="scrolledwindow_overview">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="hscrollbar_policy">never</property>


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