fix: Check minSize constraints before resizing (backport: 3-0-x) (#15038)
This commit is contained in:
parent
8f743e6fbe
commit
524bb99948
2 changed files with 4 additions and 2 deletions
|
@ -881,7 +881,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()`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue