diff --git a/kicad/pcm/dialogs/panel_package.cpp b/kicad/pcm/dialogs/panel_package.cpp index 84df84c193..470ba134fd 100644 --- a/kicad/pcm/dialogs/panel_package.cpp +++ b/kicad/pcm/dialogs/panel_package.cpp @@ -149,7 +149,7 @@ void PANEL_PACKAGE::OnPaint( wxPaintEvent& event ) if( m_selected ) { rect.Deflate( 1 ); - dc.SetPen( wxPen( wxSystemSettings::GetColour( wxSYS_COLOUR_HIGHLIGHT ), 4 ) ); + dc.SetPen( wxPen( wxSystemSettings::GetColour( wxSYS_COLOUR_HOTLIGHT ), 3 ) ); } dc.DrawRectangle( rect );