Fix notification center

pull/15/head 0.5
reionwong 4 years ago
parent ae08aa21a9
commit 54812a93a6

@ -127,11 +127,11 @@ Item {
}
addDisplaced: Transition {
NumberAnimation { properties: "x, y"; duration: 300 }
NumberAnimation { properties: "x, y"; duration: 250 }
}
removeDisplaced: Transition {
NumberAnimation { properties: "x, y"; duration: 300 }
NumberAnimation { properties: "x, y"; duration: 250 }
}
delegate: Item {
@ -151,6 +151,7 @@ Item {
id: _itemMouseArea
anchors.fill: parent
hoverEnabled: true
z: 999
}
RowLayout {

Loading…
Cancel
Save