added hasShadow option to BrowserWindow (osx)
This commit is contained in:
parent
9b28b0e943
commit
ff41b4a267
9 changed files with 54 additions and 0 deletions
|
@ -68,6 +68,9 @@ const char kStandardWindow[] = "standardWindow";
|
|||
// Default browser window background color.
|
||||
const char kBackgroundColor[] = "backgroundColor";
|
||||
|
||||
// Whether the window should have a shadow.
|
||||
const char kHasShadow[] = "hasShadow";
|
||||
|
||||
// The WebPreferences.
|
||||
const char kWebPreferences[] = "webPreferences";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue