📝 One-character typo change
This commit is contained in:
parent
8736a41cfb
commit
43bb74cb13
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||||
key is pressed. Default is `false`.
|
key is pressed. Default is `false`.
|
||||||
* `enableLargerThanScreen` Boolean (optional) - Enable the window to be resized larger
|
* `enableLargerThanScreen` Boolean (optional) - Enable the window to be resized larger
|
||||||
than screen. Default is `false`.
|
than screen. Default is `false`.
|
||||||
* `backgroundColor` String (optional) - Window's background color as Hexadecimal value,
|
* `backgroundColor` String (optional) - Window's background color as hexadecimal value,
|
||||||
like `#66CD00` or `#FFF` or `#80FFFFFF` (alpha is supported). Default is
|
like `#66CD00` or `#FFF` or `#80FFFFFF` (alpha is supported). Default is
|
||||||
`#FFF` (white).
|
`#FFF` (white).
|
||||||
* `hasShadow` Boolean (optional) - Whether window should have a shadow. This is only
|
* `hasShadow` Boolean (optional) - Whether window should have a shadow. This is only
|
||||||
|
|
Loading…
Reference in a new issue