mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Pcbnew: add icons to actions generatePlacementRuleAreas and repeatLayout.
This commit is contained in:
parent
c471dddd4c
commit
395027869d
@ -2198,13 +2198,17 @@ TOOL_ACTION PCB_ACTIONS::generatePlacementRuleAreas( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.Multichannel.generatePlacementRuleAreas" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Generate Placement Rule Areas" ) )
|
||||
.Tooltip( "Generates Placement Areas in easy way" ).Flags( AF_ACTIVATE ) );
|
||||
.Tooltip( "Generates Placement Areas in easy way" )
|
||||
.Icon( BITMAPS::add_keepout_area )
|
||||
.Flags( AF_ACTIVATE ) );
|
||||
|
||||
TOOL_ACTION PCB_ACTIONS::repeatLayout( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.Multichannel.repeatLayout" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Repeat Layout" ) )
|
||||
.Tooltip( "Clones placement & routing across multiple identical channels" ) );
|
||||
.Tooltip( "Clones placement & routing across multiple identical channels" )
|
||||
.Icon( BITMAPS::copy )
|
||||
);
|
||||
|
||||
// ROUTER_TOOL
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user