on osx the button timer to set is not visible

This commit is contained in:
Daniel Ceballos 2018-02-04 16:08:26 +01:00
parent 569d3aaf81
commit 020f260129
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class UI implements ActionListener {
//init screen
frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
frame.setSize(830,( System.getProperty("os.name").toLowerCase().contains("win") ? 220 : 180));//extra large for windows
frame.setSize(830, 220);
save.setText("Save");
save.addActionListener(this);