ISH-Gruppe / screenario

Screenario - The screen for every scenario
https://screenar.io
GNU General Public License v3.0
2 stars 2 forks source link

Remove hardcoded window positions and sizes #111

Closed liam-k closed 10 months ago

liam-k commented 2 years ago

Right now, every window has a fixed position and size. The intention behind this system was to make it possible to save and load window positions in the future. However, we might not need this system & it’s leading to problems right now – every time a new window is opened, the window positions and sizes are reset, which is annoying to users. We should give each window a min & max size, but let react-grid-layout figure out the positions by itself.

https://user-images.githubusercontent.com/34057943/193951157-cf9baefd-d172-493b-b0fd-3d20ed9addfd.MOV