Skip to content

Commit

Permalink
show a frame on the example project so that it can be properly closed…
Browse files Browse the repository at this point in the history
… now that the default menu items are no longer showing in nwk 0.10.0
  • Loading branch information
gabepaez committed Aug 15, 2014
1 parent 76efe10 commit 59dac4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/nwapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"window": {
"title": "node-webkit demo",
"icon": "link.png",
"toolbar": true,
"frame": false,
"toolbar": false,
"frame": true,
"width": 800,
"height": 500,
"position": "center",
Expand Down

0 comments on commit 59dac4a

Please sign in to comment.