Window.set_min_size docstring warning
This commit is contained in:
parent
9d2af2240a
commit
50e1a1f550
1 changed files with 1 additions and 1 deletions
|
@ -8578,7 +8578,7 @@ class Window:
|
||||||
|
|
||||||
def set_min_size(self, size):
|
def set_min_size(self, size):
|
||||||
"""
|
"""
|
||||||
Changes the minimum size of the window
|
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) of the desired window size
|
||||||
:type size: Tuple[int, int)]
|
:type size: Tuple[int, int)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue