[kcmkwin/kwineffects] Fix mistake in ListSectionHeader porting

This commit is contained in:
Nate Graham 2019-09-12 12:35:12 -06:00
parent f40638f46b
commit 356b5c3e2d

View file

@ -127,7 +127,6 @@ ScrollViewKCM {
section.delegate: Kirigami.ListSectionHeader {
width: desktopsList.width
label: i18n("Row %1", section)
}
}
delegate: Kirigami.DelegateRecycler {