diff --git a/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml b/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml --- a/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml +++ b/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml @@ -48,7 +48,11 @@ Kirigami.PlaceholderMessage { id: hintArea visible: rulesView.count <= 4 - anchors.centerIn: parent + anchors { + horizontalCenter: parent.horizontalCenter + top: parent.contentItem.bottom + bottom: parent.bottom + } width: parent.width - (units.largeSpacing * 4) helpfulAction: QQC2.Action { text: i18n("Add Properties...")