Skip to content

Commit

Permalink
actually fix size changing when moving tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Aug 2, 2024
1 parent 951016e commit 76852b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public JPanel setPanel(InstallerGUI gui) {
}

addRow(panel, c, "installer.prompt.select.location",
installLocation = new JTextField(21),
installLocation = new JTextField(23),
selectFolderButton = new JButton());
selectFolderButton.setText("...");
// It looks better when the width is set to height, so.....
Expand Down

0 comments on commit 76852b0

Please sign in to comment.