From e1d62c7c5a9ad4876abe8b2509f8b12592aed077 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 22 May 2025 14:33:16 +0200 Subject: [PATCH] fix typo --- .../quickshell/modules/notificationPopup/NotificationPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index cf4d4f93c..eda732275 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -40,7 +40,7 @@ Scope { id: listview anchors.top: parent.top anchors.bottom: parent.bottom - anchors.horizontalCenter: parent.horizontalCente + anchors.horizontalCenter: parent.horizontalCenter implicitWidth: parent.width - Appearance.sizes.elevationMargin * 2 add: Transition {