shell: Use icon for "All Settings" button
https://bugzilla.gnome.org/show_bug.cgi?id=657043
This commit is contained in:
parent
85b0c9c92c
commit
f9da94dbae
1 changed files with 8 additions and 1 deletions
|
@ -35,11 +35,12 @@
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="home-button">
|
<object class="GtkButton" id="home-button">
|
||||||
<property name="label" translatable="yes">_All Settings</property>
|
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="no_show_all">True</property>
|
<property name="no_show_all">True</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
|
<property name="use_action_appearance">False</property>
|
||||||
|
<property name="image">image1</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
|
@ -170,4 +171,10 @@
|
||||||
<widget name="entry-alignment"/>
|
<widget name="entry-alignment"/>
|
||||||
</widgets>
|
</widgets>
|
||||||
</object>
|
</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>
|
</interface>
|
||||||
|
|
Loading…
Add table
Reference in a new issue