7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Fix layout issue in plugin settings page

This commit is contained in:
Jon Evans 2025-01-01 10:54:59 -05:00
parent 11f94283ef
commit 9086c5694b

View File

@ -152,5 +152,6 @@ void PANEL_PLUGIN_SETTINGS::validatePythonInterpreter()
}
m_stPythonStatus->SetLabel( msg );
Layout();
} );
}