Fixed docstring error
This commit is contained in:
parent
50e1a1f550
commit
6b3484b975
|
@ -8580,8 +8580,8 @@ class Window:
|
||||||
"""
|
"""
|
||||||
Changes the minimum size of the window. Note Window must be read or finalized first.
|
Changes the minimum size of the window. Note Window must be read or finalized first.
|
||||||
|
|
||||||
:param size: (width, height) of the desired window size
|
:param size: (width, height) tuple (int, int) of the desired window size in pixels
|
||||||
:type size: Tuple[int, int)]
|
:type size: Tuple[int, int]
|
||||||
"""
|
"""
|
||||||
if not self._is_window_created():
|
if not self._is_window_created():
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue