docs: specify default for BrowserWindow's center option (#33264)
This commit is contained in:
parent
c8a3a00017
commit
37a904c299
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||||
* `useContentSize` boolean (optional) - The `width` and `height` would be used as web
|
* `useContentSize` boolean (optional) - The `width` and `height` would be used as web
|
||||||
page's size, which means the actual window's size will include window
|
page's size, which means the actual window's size will include window
|
||||||
frame's size and be slightly larger. Default is `false`.
|
frame's size and be slightly larger. Default is `false`.
|
||||||
* `center` boolean (optional) - Show window in the center of the screen.
|
* `center` boolean (optional) - Show window in the center of the screen. Default is `false`.
|
||||||
* `minWidth` Integer (optional) - Window's minimum width. Default is `0`.
|
* `minWidth` Integer (optional) - Window's minimum width. Default is `0`.
|
||||||
* `minHeight` Integer (optional) - Window's minimum height. Default is `0`.
|
* `minHeight` Integer (optional) - Window's minimum height. Default is `0`.
|
||||||
* `maxWidth` Integer (optional) - Window's maximum width. Default is no limit.
|
* `maxWidth` Integer (optional) - Window's maximum width. Default is no limit.
|
||||||
|
|
Loading…
Reference in a new issue