[gnome-control-center] keyboard: use a better icon to represent "Reset Shortcut"



commit 199ba172589f0ca69049e5ac0971adcfac442b24
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Aug 3 09:58:25 2016 -0300

    keyboard: use a better icon to represent "Reset Shortcut"
    
    The current button to reset shortcuts is represented by the
    'x' icon, which induces the user to think this is a remove
    button rather then a reset button.
    
    Fix that by using edit-clear-symbolic icon to represent the
    reset action.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769314

 panels/keyboard/cc-keyboard-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/cc-keyboard-panel.c b/panels/keyboard/cc-keyboard-panel.c
index 476c637..f0fc5e8 100644
--- a/panels/keyboard/cc-keyboard-panel.c
+++ b/panels/keyboard/cc-keyboard-panel.c
@@ -206,7 +206,7 @@ add_item (CcKeyboardPanel *self,
   gtk_style_context_add_class (gtk_widget_get_style_context (label), "dim-label");
 
   /* Reset shortcut button */
-  reset_button = gtk_button_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_BUTTON);
+  reset_button = gtk_button_new_from_icon_name ("edit-clear-symbolic", GTK_ICON_SIZE_BUTTON);
   gtk_widget_set_valign (reset_button, GTK_ALIGN_CENTER);
 
   gtk_button_set_relief (GTK_BUTTON (reset_button), GTK_RELIEF_NONE);


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