[gnome-control-center] shell: Use icon for "All Settings" button



commit f9da94dbae551af2eae79fbf5efc5f6fd468b343
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 19 16:07:34 2011 +0100

    shell: Use icon for "All Settings" button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657043

 shell/shell.ui |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/shell/shell.ui b/shell/shell.ui
index e63f19f..24f6e73 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -35,11 +35,12 @@
                         <property name="visible">True</property>
                         <child>
                           <object class="GtkButton" id="home-button">
-                            <property name="label" translatable="yes">_All Settings</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
                             <property name="no_show_all">True</property>
                             <property name="use_underline">True</property>
+                            <property name="use_action_appearance">False</property>
+                            <property name="image">image1</property>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -170,4 +171,10 @@
       <widget name="entry-alignment"/>
     </widgets>
   </object>
+  <object class="GtkImage" id="image1">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="icon_name">view-grid-symbolic</property>
+    <property name="use_fallback">True</property>
+  </object>
 </interface>



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