Skip to content

Commit

Permalink
docs: specify default for BrowserWindow's center option (electron#33264)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanadaHonk authored and bavulapati committed Apr 29, 2022
1 parent eda13e2 commit cbe5ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/browser-window.md
Expand Up @@ -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
page's size, which means the actual window's size will include window
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`.
* `minHeight` Integer (optional) - Window's minimum height. Default is `0`.
* `maxWidth` Integer (optional) - Window's maximum width. Default is no limit.
Expand Down

0 comments on commit cbe5ab1

Please sign in to comment.