mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
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…
x
Reference in New Issue
Block a user