Skip to content

Commit

Permalink
Default window size is 1024x768
Browse files Browse the repository at this point in the history
  • Loading branch information
Ka-zam committed Jun 5, 2018
1 parent bd4c12e commit fffefb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private JSONObject createDefaultConfig() {
ui.put("confirm-exit", false);
ui.put("handicap-instead-of-winrate",false);
ui.put("board-size", 19);
ui.put("window-size", new JSONArray("[0, 0]"));
ui.put("window-size", new JSONArray("[1024, 768]"));
ui.put("window-maximized", false);

config.put("ui", ui);
Expand Down

0 comments on commit fffefb5

Please sign in to comment.