Release 0.19.0

This commit is contained in:
MikeTheWatchGuy 2019-03-23 17:04:48 -04:00
parent 36cb34a3ad
commit 920cecd897
2 changed files with 8 additions and 2 deletions

View file

@ -2622,7 +2622,7 @@ class Window:
stdout_location = None
port_number = 6900
active_windows = [ ] # type: Window []
App = None
App = None # type: remi.App
def __init__(self, title, default_element_size=DEFAULT_ELEMENT_SIZE, default_button_element_size=(None, None),
auto_size_text=None, auto_size_buttons=None, location=(None, None), size=(None, None),