fix: Check minSize constraints before resizing (#14931)

* Inital setSize check

* Only resize if above minimum size constraints

* lint

* Resize to min if size is changed

* Remove unneeded if statement

* chore: remove trailing whitespace

* Add note about setSize method in docs
This commit is contained in:
Troy 2018-10-09 10:08:15 -07:00 committed by Charles Kerr
parent 532ee2dadf
commit d678d9ee75
2 changed files with 4 additions and 2 deletions

View file

@ -920,7 +920,7 @@ Disable or enable the window.
* `height` Integer
* `animate` Boolean (optional) _macOS_
Resizes the window to `width` and `height`.
Resizes the window to `width` and `height`. If `width` or `height` are below any set minimum size constraints the window will snap to its minimum size.
#### `win.getSize()`