qtquick: Fix typo

This commit is contained in:
Sergio Martins
2021-03-01 23:24:29 +00:00
parent 6fc79d942b
commit f50c0b9d06

View File

@@ -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