Add a tooltip explaining the track width dropdown

Fixes https://gitlab.com/kicad/code/kicad/-/issues/8719
This commit is contained in:
Jon Evans 2021-07-03 13:36:18 -04:00
parent 277bf2b719
commit 1b9893841b
1 changed files with 4 additions and 0 deletions

View File

@ -522,6 +522,10 @@ void PCB_EDIT_FRAME::ReCreateAuxiliaryToolbar()
UpdateTrackWidthSelectBox( m_SelTrackWidthBox );
m_auxiliaryToolBar->AddControl( m_SelTrackWidthBox );
m_SelTrackWidthBox->SetToolTip( _( "Select the default width for new tracks. Note that this "
"width can be overridden by the board minimum width, or by "
"the width of an existing track if the 'Use Existing Track "
"Width' feature is enabled." ) );
m_auxiliaryToolBar->AddTool( ID_AUX_TOOLBAR_PCB_SELECT_AUTO_WIDTH, wxEmptyString,
KiScaledBitmap( BITMAPS::auto_track_width, this ),