diff --git a/Main.qml b/Main.qml index 28aea59..46381a9 100644 --- a/Main.qml +++ b/Main.qml @@ -254,7 +254,6 @@ Rectangle { QQC2.StackView { id: mainStack anchors.fill: parent - height: root.height + PlasmaCore.Units.gridUnit * 3 // If true (depends on the style and environment variables), hover events are always accepted // and propagation stopped. This means the parent MouseArea won't get them and the UI won't be shown.