joyhughes / Jen

Image processing, generative photography, cellular automata
https://discord.gg/GQQHUbkf
20 stars 20 forks source link

Fix UI layout #149

Closed joyhughes closed 1 month ago

joyhughes commented 1 month ago

Controls and widgets start in the upper left hand of control panel. Each widget is added below the previous one until the column is full, then the next column to the right is filled. If width of control panel container is exceeded, it will scroll.

Resolves issues #70 and #71