Skip to content

kcm: Add spacing between the swipeview delegates

Ismael Asensio requested to merge work/fix_kcm_swipeview_spacing into master

With an spacing value = 0, the second delegate of the SwipeView will be visible in the right margin region of the first delegate.

This shows up mainly when the FormLayout goes into narrow mode, since then the items are left aligned and more likely to get into the visible part.

BEFORE AFTER
kscreen_spacing_before kscreen_spacing_after
kscreen_transition_before kscreen_transition_after

CCBUG: 434383

Merge request reports