mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
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:
parent
91ea524c1a
commit
66919e2271
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user