Skip to content

Commit

Permalink
TransportRegistrationDialog: increase height
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito committed Aug 25, 2024
1 parent 5d3804e commit 60dc571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void invoke() {
dialog = new JDialog(SparkManager.getMainWindow(), transport.getTitle(), false);
dialog.add(this);
dialog.pack();
dialog.setSize(400, 200);
dialog.setSize(400, 250);
dialog.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);

GraphicUtils.centerWindowOnComponent(dialog, SparkManager.getMainWindow());
Expand Down

0 comments on commit 60dc571

Please sign in to comment.