studio icon indicating copy to clipboard operation
studio copied to clipboard

LVGL Flow: UI editor doesn't correct position if style align is changed.

Open fietser28 opened this issue 4 months ago • 0 comments

This is just a UI usability improvement. It is annoying the widget jumps around when I change the align property.

If I change the Align property of a widget the widget jumps around on the canvas because the Left and Top Position properties are not adjusted:

Before: image

Change only the Align parameter: image

The widget jumped.

I think the Left and Top positions should be recalculated to keep the widget from jumping around. In the example above the Left and Top should be set to 0.

fietser28 avatar Feb 14 '24 20:02 fietser28