You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
Window.getBounds() returns a Promise for a Rectangle (top, left, width, height), but the functions getMaximumSize() and getMinimumSize() both return a 2-value array instead.
They should probably return a Size (width, height) instead.
The text was updated successfully, but these errors were encountered:
Window.getBounds()
returns a Promise for aRectangle
(top
,left
,width
,height
), but the functionsgetMaximumSize()
andgetMinimumSize()
both return a 2-value array instead.They should probably return a
Size
(width
,height
) instead.The text was updated successfully, but these errors were encountered: