Skip to content

Commit

Permalink
Merge pull request #180 from eugene3231/master
Browse files Browse the repository at this point in the history
Increased DEFAULT_WIDTH on startup to 1200
  • Loading branch information
afroneth authored Oct 29, 2020
2 parents d7992e1 + 6f128fc commit 570bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/commons/core/GuiSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class GuiSettings implements Serializable {

private static final double DEFAULT_HEIGHT = 800;
private static final double DEFAULT_WIDTH = 1000;
private static final double DEFAULT_WIDTH = 1200;

private final double windowWidth;
private final double windowHeight;
Expand Down

0 comments on commit 570bfac

Please sign in to comment.