Increase size of windows since the settings screen display more information

This commit is contained in:
Laurent Clouet
2017-04-30 23:08:04 +02:00
parent 3926fe37ac
commit 545f51ed4c

View File

@@ -119,7 +119,7 @@ public class GuiSwing extends JFrame implements Gui {
}
setTitle("SheepIt Render Farm");
setSize(520, 640);
setSize(520, 660);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);