diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml index e5f3ea75..871c5293 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml @@ -234,8 +234,7 @@ Item { anchors.fill: parent contentWidth: root.width - contentHeight: root.height + 999999 - contentY: contentHeight / 2 + contentHeight: root.height * 2 // if the recent root.offset change was due to this flickable property bool offsetChangedDueToContentY: false diff --git a/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml b/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml index 9f9d4309..d260f2c0 100644 --- a/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml +++ b/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml @@ -94,7 +94,7 @@ Item { anchors.leftMargin: root.leftMargin anchors.rightMargin: root.rightMargin - contentHeight: flickable.height + root.closedContentY + 999999 + contentHeight: flickable.height + root.closedContentY contentY: root.closedContentY property real oldContentY: contentY property bool opening: false