Skip to content

Draft: positioner: Load icon positions on perStripe changes

Previously we did not load the icon positions before updating on perStripe change. This meant that we never "reclaimed" any lost space, for example when user has a panel on left side of the icons which causes them to move on initial loading.

We should just load the positions every time perStripe changes to make sure the icons reclaim their space if needed.

This adds a loadPerStripe toggle to loadAndApplyPositionsConfig, since we dont want to load the perStripe from config when it changes.

BUG:458007

Edited by Akseli Lahtinen

Merge request reports

Loading