mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
minor cosmetic enhancement: add icon to 2 pcb actions
This commit is contained in:
parent
1da8ddbadd
commit
e34c3b4c7e
@ -2055,7 +2055,8 @@ TOOL_ACTION PCB_ACTIONS::boardStatistics( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.InspectionTool.ShowBoardStatistics" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Show Board Statistics" ) )
|
||||
.Tooltip( _( "Shows board statistics" ) ) );
|
||||
.Tooltip( _( "Shows board statistics" ) )
|
||||
.Icon( BITMAPS::editor ) );
|
||||
|
||||
TOOL_ACTION PCB_ACTIONS::inspectClearance( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.InspectionTool.InspectClearance" )
|
||||
@ -2105,7 +2106,8 @@ TOOL_ACTION PCB_ACTIONS::repairFootprint( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.ModuleEditor.repairFootprint" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Repair Footprint" ) )
|
||||
.Tooltip( _( "Run various diagnostics and attempt to repair footprint" ) ) );
|
||||
.Tooltip( _( "Run various diagnostics and attempt to repair footprint" ) )
|
||||
.Icon( BITMAPS::rescue ) );
|
||||
|
||||
|
||||
// PLACEMENT_TOOL
|
||||
|
Loading…
x
Reference in New Issue
Block a user