qml: Fix two title bars being shown
This commit is contained in:
@@ -25,6 +25,7 @@ Rectangle {
|
||||
id: titleBar
|
||||
height: 30
|
||||
titleBarCpp: root.titleBarCpp
|
||||
visible: titleBarCpp.visible
|
||||
|
||||
anchors {
|
||||
top: parent.top
|
||||
|
||||
@@ -22,7 +22,7 @@ Rectangle {
|
||||
TitleBar {
|
||||
height: 30
|
||||
titleBarCpp: root.titleBarCpp
|
||||
visible: true
|
||||
visible: titleBarCpp.visible
|
||||
anchors {
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
|
||||
Reference in New Issue
Block a user