fix weird notif width

stupid copilot bug
This commit is contained in:
end-4 2025-04-21 23:40:20 +02:00
parent 54fdf043c9
commit 2459bf2464
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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 {