diff --git a/src/private/quick/qml/Frame.qml b/src/private/quick/qml/Frame.qml index 2ebd373b..869b2b9a 100644 --- a/src/private/quick/qml/Frame.qml +++ b/src/private/quick/qml/Frame.qml @@ -21,7 +21,7 @@ Rectangle { readonly property int nonContentsHeight: titleBar.heightWhenVisible + tabbar.height property int contentsMargin: 2 property int titleBarContentsMargin: 1 - properby bool hasCustomMouseEventRedirector: false + property bool hasCustomMouseEventRedirector: false anchors.fill: parent