jean-pierre charras 5 years ago
parent
commit
c69cdaff7c
  1. 3
      common/dialogs/panel_setup_severities.cpp

3
common/dialogs/panel_setup_severities.cpp

@ -126,8 +126,7 @@ PANEL_SETUP_SEVERITIES::PANEL_SETUP_SEVERITIES( PAGED_DIALOG* aParent,
pinMapSeverities[i],
wxDefaultPosition, wxDefaultSize,
i == 0 ? wxRB_GROUP : 0 );
radioSizer->Add( m_buttonMap[ errorCode ][i], 0,
wxEXPAND | wxALIGN_CENTER_VERTICAL );
radioSizer->Add( m_buttonMap[ errorCode ][i], 0, wxEXPAND );
}
}

Loading…
Cancel
Save