From 454614b28a0ef91c3a565dd7253606af58ba56e1 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 6 Mar 2022 22:48:59 +0100 Subject: [PATCH] For our use case StackView works without explicit 'height', removing that to get rid of ReferenceError --- Main.qml | 1 - 1 file changed, 1 deletion(-) 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.