diff --git a/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml b/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml --- a/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml +++ b/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml @@ -56,6 +56,7 @@ left: parent.left right: parent.right top: parent.top + topMargin: root.header ? root.header.height : 0 } visible: !root.flickable.atYBeginning }, @@ -65,6 +66,7 @@ left: parent.left right: parent.right bottom: parent.bottom + bottomMargin: root.footer ? root.footer.height : 0 } visible: !root.flickable.atYEnd }