UmSenhorQualquer/pyforms-gui

how to control size of main window

Closed this issue · 1 comments

it always starts at the max size of window

if __name__ == '__main__':

    from pyforms import start_app
    start_app(CM, geometry=(200, 200, 600, 600))