Increase size of windows since the settings screen display more information
This commit is contained in:
@@ -119,7 +119,7 @@ public class GuiSwing extends JFrame implements Gui {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setTitle("SheepIt Render Farm");
|
setTitle("SheepIt Render Farm");
|
||||||
setSize(520, 640);
|
setSize(520, 660);
|
||||||
|
|
||||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user