qml: Fix Frame's title bar not being visible
It was being covered by the stack layout
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user