Skip to content

Commit 76852b0

Browse files
committed
actually fix size changing when moving tabs
1 parent 951016e commit 76852b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/nexia/installer/util/fabric/FabricInstallerHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public JPanel setPanel(InstallerGUI gui) {
5252
}
5353

5454
addRow(panel, c, "installer.prompt.select.location",
55-
installLocation = new JTextField(21),
55+
installLocation = new JTextField(23),
5656
selectFolderButton = new JButton());
5757
selectFolderButton.setText("...");
5858
// It looks better when the width is set to height, so.....

0 commit comments

Comments
 (0)