[d-feet/aleksander/ui: 6/10] introspection: use a 'reload' image button instead of a text button



commit 1897a2547d9ccdeba9d0e5ecf66e02ee3f78272f
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]