mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 23:31:40 +00:00
Ellipsis for Edit Table Properties dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19682
This commit is contained in:
parent
44840c7df2
commit
5e6795a774
@ -451,7 +451,7 @@ TOOL_ACTION ACTIONS::editTable( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.TableEditor.editTable" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.DefaultHotkey( MD_CTRL + 'E' )
|
||||
.FriendlyName( _( "Edit Table" ) )
|
||||
.FriendlyName( _( "Edit Table..." ) )
|
||||
.Icon( BITMAPS::spreadsheet ) ); // JEY TODO: need icon
|
||||
|
||||
TOOL_ACTION ACTIONS::activatePointEditor( TOOL_ACTION_ARGS()
|
||||
|
Loading…
Reference in New Issue
Block a user