[recipes] Use a different icon for the remove image button



commit f1507718dbe4a1fbf94adedd0d9ec1356b290187
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 21 18:00:43 2016 -0500

    Use a different icon for the remove image button
    
    Use user-trash-symbolic here. It doesn't work well in a circular
    button, but now the button is square again.

 src/gr-edit-page.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-edit-page.ui b/src/gr-edit-page.ui
index b7e4168..99f93a0 100644
--- a/src/gr-edit-page.ui
+++ b/src/gr-edit-page.ui
@@ -198,7 +198,7 @@
                             <child>
                               <object class="GtkImage">
                                 <property name="visible">1</property>
-                                <property name="icon-name">edit-delete-symbolic</property>
+                                <property name="icon-name">user-trash-symbolic</property>
                                 <property name="pixel-size">20</property>
                               </object>
                             </child>


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