From 840e6d400b785f1b1c288d055c6a8361387c5693 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Wed, 16 Mar 2022 20:30:49 -0600 Subject: [PATCH] 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. --- src/kcmkwin/kwindesktop/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kcmkwin/kwindesktop/package/contents/ui/main.qml b/src/kcmkwin/kwindesktop/package/contents/ui/main.qml index 990507eb29..b9ee926dc9 100644 --- a/src/kcmkwin/kwindesktop/package/contents/ui/main.qml +++ b/src/kcmkwin/kwindesktop/package/contents/ui/main.qml @@ -305,7 +305,7 @@ KCM.ScrollViewKCM { Layout.fillWidth: true Item { - width: units.largeSpacing + Layout.preferredWidth: Kirigami.Units.gridUnit } QQC2.CheckBox {