shell: Use icon for "All Settings" button

https://bugzilla.gnome.org/show_bug.cgi?id=657043
This commit is contained in:
Bastien Nocera 2011-10-19 16:07:34 +01:00
parent 85b0c9c92c
commit f9da94dbae

View file

@ -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>