Fix notification center

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

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

Loading…
Cancel
Save