Add tooltips to netclass setup panel column headers

Change router tooltips to be more straightforward
This commit is contained in:
Jon Evans
2021-02-11 20:50:26 -05:00
parent 32b12228fc
commit b708fd36ae
5 changed files with 62 additions and 6 deletions
@@ -62,8 +62,6 @@ PANEL_SETUP_NETCLASSES_BASE::PANEL_SETUP_NETCLASSES_BASE( wxWindow* parent, wxWi
// Cell Defaults
m_netclassGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
m_netclassGrid->SetToolTip( _("Net Class parameters") );
sbSizerUpper->Add( m_netclassGrid, 1, wxEXPAND, 5 );
wxBoxSizer* buttonBoxSizer;