Changed Window size

This commit is contained in:
mrbesen 2017-10-26 13:10:46 +02:00
parent 724d5c51ea
commit 756924f1b7
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class UI implements ActionListener {
Main.get().ui = this;
//init screen
frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
frame.setSize(730, 180);
frame.setSize(830, 180);
save.setText("Save");
save.addActionListener(this);