Merge pull request #2661 from raman-bt/develop

VIK-2502: Change radio buttons to toggle buttons for picking profile
This commit is contained in:
Brian Carrier 2017-04-05 09:39:51 -04:00 committed by GitHub
commit 26ac6cb31a

View File

@ -114,7 +114,7 @@ final class IngestProfileSelectionPanel extends JPanel {
constraints.gridx = 0; constraints.gridx = 0;
constraints.gridy = 0; constraints.gridy = 0;
constraints.weighty = .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); addButton(CUSTOM_SETTINGS_DISPLAY_NAME, wizardPanel.getDefaultContext(), CUSTOM_SETTINGS_DESCRIPTION, gridBagLayout, constraints);