Skip to content

Commit

Permalink
wrong dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
javajohnHub committed Jan 22, 2018
1 parent 0b720ca commit 28845e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function createWindow() {
x: 0,
y: 0,
width: 400,
height: 5600,
height: 600,
transparent: true
});

Expand Down

0 comments on commit 28845e3

Please sign in to comment.