[geary/mjog/accounts-editor-drag-handles] Accounts.EditorRow: Use new standard icon for the drag handles



commit 715896f7f34033784419c3c5e1fbafa3ba7c847a
Author: Michael Gratton <mike vee net>
Date:   Fri Apr 3 14:30:18 2020 +1100

    Accounts.EditorRow: Use new standard icon for the drag handles

 src/client/accounts/accounts-editor-row.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/accounts/accounts-editor-row.vala b/src/client/accounts/accounts-editor-row.vala
index 211ce277..bbe9218d 100644
--- a/src/client/accounts/accounts-editor-row.vala
+++ b/src/client/accounts/accounts-editor-row.vala
@@ -38,7 +38,7 @@ internal class Accounts.EditorRow<PaneType> : Gtk.ListBoxRow {
         Gtk.EventBox drag_box = new Gtk.EventBox();
         drag_box.add(
             new Gtk.Image.from_icon_name(
-                "open-menu-symbolic", Gtk.IconSize.BUTTON
+                "list-drag-handle-symbolic", Gtk.IconSize.BUTTON
             )
         );
         this.drag_handle = new Gtk.Grid();


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