Fix a minor wxWidgets alert.
Fixes #7513 https://gitlab.com/kicad/code/kicad/issues/7513
This commit is contained in:
parent
884de1f932
commit
c69cdaff7c
|
@ -126,8 +126,7 @@ PANEL_SETUP_SEVERITIES::PANEL_SETUP_SEVERITIES( PAGED_DIALOG* aParent,
|
||||||
pinMapSeverities[i],
|
pinMapSeverities[i],
|
||||||
wxDefaultPosition, wxDefaultSize,
|
wxDefaultPosition, wxDefaultSize,
|
||||||
i == 0 ? wxRB_GROUP : 0 );
|
i == 0 ? wxRB_GROUP : 0 );
|
||||||
radioSizer->Add( m_buttonMap[ errorCode ][i], 0,
|
radioSizer->Add( m_buttonMap[ errorCode ][i], 0, wxEXPAND );
|
||||||
wxEXPAND | wxALIGN_CENTER_VERTICAL );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue