Skip to content

Commit

Permalink
fix config dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 committed Aug 17, 2024
1 parent 33b58a7 commit 90eba53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public JComponent createComponent() {

container.add(new JLabel("Skykoma Config"), BorderLayout.NORTH);

GridLayout gridLayout = new GridLayout(14, 2);
GridLayout gridLayout = new GridLayout(15, 2);
JPanel panel = new JPanel(gridLayout);
container.add(panel, BorderLayout.CENTER);

Expand Down

0 comments on commit 90eba53

Please sign in to comment.