src/kcmkwin: fix botched indentation code for final checkbox

This line had several problems:
1. Using un-namespaced `units` properties
2. Using `width` in a Layout
3. Using largeSpacing instead of gridUnit for indentation

All are fixed with ths commit.
This commit is contained in:
Nate Graham 2022-03-16 20:30:49 -06:00
parent 17d562c825
commit 840e6d400b

View file

@ -305,7 +305,7 @@ KCM.ScrollViewKCM {
Layout.fillWidth: true Layout.fillWidth: true
Item { Item {
width: units.largeSpacing Layout.preferredWidth: Kirigami.Units.gridUnit
} }
QQC2.CheckBox { QQC2.CheckBox {