From 24cf0c0c62d3d89dc0f3162ddc66c6ecb1a60b44 Mon Sep 17 00:00:00 2001 From: Graham Keeth Date: Sat, 10 Feb 2024 10:49:58 -0500 Subject: [PATCH] use new align-to-grid icon --- eeschema/tools/ee_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/tools/ee_actions.cpp b/eeschema/tools/ee_actions.cpp index f6d766b9dc..7ce18131b3 100644 --- a/eeschema/tools/ee_actions.cpp +++ b/eeschema/tools/ee_actions.cpp @@ -1349,7 +1349,7 @@ TOOL_ACTION EE_ACTIONS::alignToGrid( TOOL_ACTION_ARGS() .Name( "eeschema.AlignToGrid" ) .Scope( AS_GLOBAL ) .FriendlyName( _( "Align Elements to Grid" ) ) - .Icon( BITMAPS::move ) + .Icon( BITMAPS::align_elements_to_grid ) .Flags( AF_ACTIVATE ) ); // Schematic editor save copy curr sheet command