Make ordering in the pcb layer widget context menu uniform
This commit is contained in:
parent
c8140ddb4a
commit
806e661ab3
|
@ -175,10 +175,10 @@ void PCB_LAYER_WIDGET::AddRightClickMenuItems( wxMenu& menu )
|
|||
|
||||
menu.AppendSeparator();
|
||||
|
||||
AddMenuItem( &menu, ID_SHOW_NO_LAYERS, _( "Hide All Layers" ),
|
||||
KiBitmap( show_no_layers_xpm ) );
|
||||
AddMenuItem( &menu, ID_SHOW_ALL_LAYERS, _( "Show All Layers" ),
|
||||
KiBitmap( show_all_layers_xpm ) );
|
||||
AddMenuItem( &menu, ID_SHOW_NO_LAYERS, _( "Hide All Layers" ),
|
||||
KiBitmap( show_no_layers_xpm ) );
|
||||
|
||||
menu.AppendSeparator();
|
||||
|
||||
|
|
Loading…
Reference in New Issue