fix a minor wxWidgets alert.

This commit is contained in:
jean-pierre charras 2020-03-08 10:53:36 +01:00
parent c093807077
commit c3beeac977
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ PANEL_SETUP_DRC_SEVERITIES::PANEL_SETUP_DRC_SEVERITIES( PAGED_DIALOG* aParent,
wxDefaultSize,
i == 0 ? wxRB_GROUP : 0 );
radioSizer->Add( m_buttonMap[errorCode][i], 1,
wxALIGN_CENTER_VERTICAL | wxRIGHT | wxEXPAND, 25 );
wxRIGHT | wxEXPAND, 25 );
}
radioPanel->SetSizer( radioSizer );