[gcalctool] Change 'undo' and 'clear' buttons to use symbolic icons



commit f962134f6683a1cfcdc51fd19abd6f9fb03d5e10
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Feb 14 16:44:13 2012 +0100

    Change 'undo' and 'clear' buttons to use symbolic icons
    
    This way they don't stand out as much and the whole window looks more
    seamless.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670098

 data/buttons-advanced.ui    |    4 ++--
 data/buttons-basic.ui       |    4 ++--
 data/buttons-financial.ui   |    4 ++--
 data/buttons-programming.ui |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/buttons-advanced.ui b/data/buttons-advanced.ui
index 328d2e0..03cefaa 100644
--- a/data/buttons-advanced.ui
+++ b/data/buttons-advanced.ui
@@ -444,7 +444,7 @@
             <child>
               <object class="GtkImage" id="image1">
                 <property name="visible">True</property>
-                <property name="stock">gtk-clear</property>
+                <property name="icon-name">edit-clear-symbolic</property>
               </object>
             </child>
           </object>
@@ -820,7 +820,7 @@
             <child>
               <object class="GtkImage" id="image2">
                 <property name="visible">True</property>
-                <property name="stock">gtk-undo</property>
+                <property name="icon-name">edit-undo-symbolic</property>
               </object>
             </child>
           </object>
diff --git a/data/buttons-basic.ui b/data/buttons-basic.ui
index 6a4b69f..c8b1de6 100644
--- a/data/buttons-basic.ui
+++ b/data/buttons-basic.ui
@@ -366,7 +366,7 @@
             <child>
               <object class="GtkImage" id="image2">
                 <property name="visible">True</property>
-                <property name="stock">gtk-clear</property>
+                <property name="icon-name">edit-clear-symbolic</property>
               </object>
             </child>
           </object>
@@ -436,7 +436,7 @@
             <child>
               <object class="GtkImage" id="image1">
                 <property name="visible">True</property>
-                <property name="stock">gtk-undo</property>
+                <property name="icon-name">edit-undo-symbolic</property>
               </object>
             </child>
           </object>
diff --git a/data/buttons-financial.ui b/data/buttons-financial.ui
index f998ed2..f826c28 100644
--- a/data/buttons-financial.ui
+++ b/data/buttons-financial.ui
@@ -2348,7 +2348,7 @@
               <object class="GtkImage" id="image2">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="stock">gtk-clear</property>
+                <property name="icon-name">edit-clear-symbolic</property>
               </object>
             </child>
           </object>
@@ -2565,7 +2565,7 @@
               <object class="GtkImage" id="image1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="stock">gtk-undo</property>
+                <property name="icon-name">edit-undo-symbolic</property>
               </object>
             </child>
           </object>
diff --git a/data/buttons-programming.ui b/data/buttons-programming.ui
index 6996dd6..ee56c80 100644
--- a/data/buttons-programming.ui
+++ b/data/buttons-programming.ui
@@ -2113,7 +2113,7 @@
                 <child>
                   <object class="GtkImage" id="image1">
                     <property name="visible">True</property>
-                    <property name="stock">gtk-clear</property>
+                    <property name="icon-name">edit-clear-symbolic</property>
                   </object>
                 </child>
               </object>



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