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

Feature: preventing window resize and other parameters #429

Closed koerismo closed 3 years ago

koerismo commented 3 years ago

Is your feature request related to a problem? Please describe. I am not entirely sure if I am alone on this one, but parameters to give more control over the window would be nice. For instance, I designed a fixed-width webapp that gets messed up when the window is resized.

Describe the solution you'd like Just some parameters to give control over things related to the window. (such as disabling window resizing.)

Describe alternatives you've considered Launch parameters, electron

koerismo commented 3 years ago

Agh, just found another issue on this.