This commit is contained in:
Radim Staněk
2021-01-25 15:02:19 +01:00
parent 504797882d
commit 0b9bd1cc9f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -46,7 +46,7 @@ public class Gui extends JFrame {
double height = screenSize.getHeight();
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setBounds((int)(width - 900) / 2, (int) (height - 700) / 2, 660, 217);
setBounds((int)(width - 644) / 2, (int) (height - 206) / 2, 660, 217);
contentPane = new JPanel();
contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));
contentPane.setLayout(new BorderLayout(0, 0));