[d-feet/aleksander/ui: 6/6] introspection: use a 'reload' image button instead of a text button
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet/aleksander/ui: 6/6] introspection: use a 'reload' image button instead of a text button
- Date: Sun, 29 Sep 2013 18:14:53 +0000 (UTC)
commit 41a5d97f6bf1523ee9f53d4fc52423ecc53da37a
Author: Aleksander Morgado <aleksander lanedo com>
Date: Sun Sep 29 20:08:33 2013 +0200
introspection: use a 'reload' image button instead of a text button
data/ui/introspection.ui | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/introspection.ui b/data/ui/introspection.ui
index 324c73e..4de6a52 100644
--- a/data/ui/introspection.ui
+++ b/data/ui/introspection.ui
@@ -133,12 +133,21 @@
</child>
<child>
<object class="GtkButton" id="button_reload">
- <property name="label">gtk-refresh</property>
<property name="visible">True</property>
+ <property name="valign">center</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
<signal name="clicked" handler="button_reload_clicked_cb" swapped="no"/>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <child>
+ <object class="GtkImage" id="reload_image">
+ <property name="visible">True</property>
+ <property name="icon_size">1</property>
+ <property name="icon_name">reload</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]