From f50c0b9d06c94919236a5503574fc42bdc382cb2 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Mon, 1 Mar 2021 23:24:29 +0000 Subject: [PATCH] qtquick: Fix typo --- src/private/quick/qml/Frame.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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