use new align-to-grid icon

This commit is contained in:
Graham Keeth 2024-02-10 10:49:58 -05:00 committed by Ian McInerney
parent 755d4ada6d
commit 24cf0c0c62
1 changed files with 1 additions and 1 deletions

View File

@ -1349,7 +1349,7 @@ TOOL_ACTION EE_ACTIONS::alignToGrid( TOOL_ACTION_ARGS()
.Name( "eeschema.AlignToGrid" ) .Name( "eeschema.AlignToGrid" )
.Scope( AS_GLOBAL ) .Scope( AS_GLOBAL )
.FriendlyName( _( "Align Elements to Grid" ) ) .FriendlyName( _( "Align Elements to Grid" ) )
.Icon( BITMAPS::move ) .Icon( BITMAPS::align_elements_to_grid )
.Flags( AF_ACTIVATE ) ); .Flags( AF_ACTIVATE ) );
// Schematic editor save copy curr sheet command // Schematic editor save copy curr sheet command