forked from Shinonome/dots-hyprland
notif popup: fix right spacing
This commit is contained in:
@@ -36,10 +36,13 @@ Scope {
|
|||||||
|
|
||||||
NotificationListView {
|
NotificationListView {
|
||||||
id: listview
|
id: listview
|
||||||
anchors.top: parent.top
|
anchors {
|
||||||
anchors.bottom: parent.bottom
|
top: parent.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
bottom: parent.bottom
|
||||||
anchors.topMargin: 5
|
right: parent.right
|
||||||
|
rightMargin: 4
|
||||||
|
topMargin: 4
|
||||||
|
}
|
||||||
implicitWidth: parent.width - Appearance.sizes.elevationMargin * 2
|
implicitWidth: parent.width - Appearance.sizes.elevationMargin * 2
|
||||||
popup: true
|
popup: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user