Make sure the close button has a higer z lvl than the root mouse area.
This commit is contained in:
parent
faba87868b
commit
bb0989b159
|
@ -97,7 +97,6 @@ Rectangle {
|
|||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
|
||||
Image {
|
||||
id: image
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
@ -129,7 +128,7 @@ Rectangle {
|
|||
anchors.top: parent.top
|
||||
anchors.margins: snoreMargin
|
||||
anchors.right: parent.right
|
||||
z: 3
|
||||
z: 91
|
||||
source: "resources/close.png"
|
||||
smooth: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue