diff --git a/src/private/quick/qml/Frame.qml b/src/private/quick/qml/Frame.qml index 2f7a43a7..fcb6d47b 100644 --- a/src/private/quick/qml/Frame.qml +++ b/src/private/quick/qml/Frame.qml @@ -63,7 +63,7 @@ Rectangle { anchors { left: parent.left right: parent.right - top: tabbar.visible ? tabbar.bottom : parent.top + top: tabbar.visible ? tabbar.bottom : titleBar.bottom bottom: parent.bottom }