For our use case StackView works without explicit 'height', removing that to get rid of ReferenceError
This commit is contained in:
parent
149b659eea
commit
454614b28a
1
Main.qml
1
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user