mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
notif popup: fix right spacing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user