[gnome-todo] window: use Delete label on actionbar button



commit e0b9c566a3c0536882bbf363ec263ec997e8b826
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Aug 23 17:05:04 2015 -0300

    window: use Delete label on actionbar button
    
    Instead of a ridiculously small icon with a trash can, use
    the Delete label, which is the standard in GNOME HIG.

 data/ui/window.ui |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 22c41d6..09ddfb1 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -156,14 +156,8 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="sensitive">False</property>
+                        <property name="label" translatable="yes">Delete</property>
                         <signal name="clicked" handler="gtd_window__remove_button_clicked" 
object="GtdWindow" swapped="yes" />
-                        <child>
-                          <object class="GtkImage" id="trash_image">
-                            <property name="visible">True</property>
-                            <property name="can_focus">False</property>
-                            <property name="icon_name">user-trash-symbolic</property>
-                          </object>
-                        </child>
                         <style>
                           <class name="destructive-action"/>
                         </style>


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