Hi! I'm just starting to explore custom floating menus, and for my first attempt, I'm trying to create a responsive floating menu with multiple rows, each containing a different number of buttons.
I had a quick look, but it seems to contain a completely different setup than what you posted in your first post. Maybe add some details on how you would like it to look. Was maybe the wrong preset exported accidentally?
Ah yes this looks correct. I can reproduce the issue with this. It seems to happen if the difference between min-width and max-width is relatively big, probably the algorithm I use hits a limit and doesn't continue trying to resize to fit. (I added some limits to prevent too high cpu usage). I'll check on how to solve this.
If you make the minimum width of the items bigger, it works much better.