Last active
December 12, 2015 06:28
Revisions
-
cadorn revised this gist
Feb 7, 2013 . 2 changed files with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ <html> <head> <style> HTML, BODY { background-color: transparent; } </style> </head> <body> ss </body> </html> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ "width": 400, "height": 700, "resizable": false, "show": true, "frame": false, "transparent": true } -
cadorn revised this gist
Feb 7, 2013 . 2 changed files with 27 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <html> <head> <style> button { -webkit-app-region: no-drag; } </style> </head> <body style="-webkit-user-select: none; -webkit-app-region: drag"> ss </body> </html> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ { "name": "nw-test", "main": "index.html", "window": { "title": "Window Test", "toolbar": false, "position": "center", "width": 400, "height": 700, "resizable": false, "show": false, "frame": false, "transparent": true } } -
cadorn created this gist
Feb 7, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ https://github.com/rogerwang/node-webkit/issues/132