VIK-2502: Change radio buttons to toggle buttons for picking profile

Center align label text w.r.t to button.
This commit is contained in:
Raman 2017-04-04 13:25:32 -04:00
parent 91ea524c1a
commit 66919e2271

View File

@ -114,7 +114,7 @@ final class IngestProfileSelectionPanel extends JPanel {
constraints.gridx = 0;
constraints.gridy = 0;
constraints.weighty = .0;
constraints.anchor = GridBagConstraints.FIRST_LINE_START;
constraints.anchor = GridBagConstraints.LINE_START;
addButton(CUSTOM_SETTINGS_DISPLAY_NAME, wizardPanel.getDefaultContext(), CUSTOM_SETTINGS_DESCRIPTION, gridBagLayout, constraints);