Skip to content

Commit

Permalink
make it resizable. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Apr 1, 2016
1 parent d9540b2 commit 01107f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
window: {
width: 372,
height: 644,
resizable: false,
resizable: true,
},
url: 'dist/app.html'
},
Expand Down

0 comments on commit 01107f8

Please sign in to comment.