Skip to content

Refactor panel spacer flexible auto-sizing code and implement multiple areas

Niccolò Venerandi requested to merge work/niccolove/refactorspacer into master

The old code only supported centering one widget. Now, by adding multiple spacers, you can make sure that widgets will be aligned to 25%-50%-75% of the panel (if you have 4 spacers), or 33%-66% (if you have 3 spacers), and so on.

image

Also, I remove a lot of code; I think I preserved all existing functionalities?

BUG:460638

Edited by Niccolò Venerandi

Merge request reports