[libhandy/libhandy-1-0] combo-row: Use the right checkmark icon



commit 81c753921b55daaea39c319fe1742e413670cc8c
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Dec 8 10:15:06 2020 +0100

    combo-row: Use the right checkmark icon
    
    They look the same in Adwaita, but their semantics are different. This
    is what GTK 3 uses in the inspector.

 src/hdy-combo-row.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-combo-row.c b/src/hdy-combo-row.c
index cd9405f5..c90cacea 100644
--- a/src/hdy-combo-row.c
+++ b/src/hdy-combo-row.c
@@ -136,7 +136,7 @@ create_list_widget (gpointer item,
   HdyComboRowPrivate *priv = hdy_combo_row_get_instance_private (self);
   GtkWidget *checkmark = g_object_new (GTK_TYPE_IMAGE,
                                        "halign", GTK_ALIGN_START,
-                                       "icon-name", "emblem-ok-symbolic",
+                                       "icon-name", "object-select-symbolic",
                                        "opacity", 0.0,
                                        "valign", GTK_ALIGN_CENTER,
                                        "visible", TRUE,


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