notif popup: fix right spacing

This commit is contained in:
end-4
2025-07-12 19:05:48 +07:00
parent c5982a3ee1
commit 1e1aeb2673
@@ -36,10 +36,13 @@ Scope {
NotificationListView {
id: listview
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
anchors.topMargin: 5
anchors {
top: parent.top
bottom: parent.bottom
right: parent.right
rightMargin: 4
topMargin: 4
}
implicitWidth: parent.width - Appearance.sizes.elevationMargin * 2
popup: true
}