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:
parent
17d562c825
commit
840e6d400b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue