python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Leave the window created by eel with FIXED size #530

Open FelipeBortolini1 opened 3 years ago

FelipeBortolini1 commented 3 years ago

NEED HELP! I use eel in my project and I need to keep the window size fixed, with no option to maximize the window or rearrange. The program is using Chrome to open the html. How can I fix the window size? Do you have any command for 'cmdline_args'??? Please help mee!!