From 2459bf24640e091677da39b4f4fea8118cfec821 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:40:20 +0200 Subject: [PATCH] fix weird notif width stupid copilot bug --- .config/quickshell/modules/common/Appearance.qml | 2 +- .../quickshell/modules/notificationPopup/NotificationPopup.qml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index 5a0f521d..82915bfc 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -195,7 +195,7 @@ Singleton { property int barCenterSideModuleWidth: 360 property int barPreferredSideSectionWidth: 400 property int sidebarWidth: 450 - + property int notificationPopupWidth: 410 property int hyprlandGapsOut: 5 property int elevationMargin: 7 property int fabShadowRadius: 5 diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index cfd5537d..e21f5ed0 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -1,5 +1,5 @@ import "root:/" -import "root:/modules/common" +import "root:/modules/common/" import "root:/modules/common/widgets" import "root:/services" import QtQuick @@ -40,7 +40,6 @@ Scope { color: "transparent" width: Appearance.sizes.notificationPopupWidth - height: columnLayout.implicitHeight // Signal handlers to add/remove notifications Connections {