From 5e9a8b0a44c5d5106d165559d76fe2c8dc708674 Mon Sep 17 00:00:00 2001 From: Damocles Date: Fri, 17 Apr 2026 10:49:11 +0200 Subject: [PATCH] notifcenter: remove connector line, keep indent --- modules/NotifCenter.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/NotifCenter.qml b/modules/NotifCenter.qml index a8f72aa..40c21a3 100644 --- a/modules/NotifCenter.qml +++ b/modules/NotifCenter.qml @@ -411,18 +411,6 @@ M.HoverPanel { // ---- Individual notification ---- - // Vertical connector line — visually ties notifs to their group header - Rectangle { - visible: notifDelegate._type === "notif" - anchors.left: parent.left - anchors.leftMargin: 3 - anchors.top: parent.top - anchors.bottom: parent.bottom - width: 2 - color: M.Theme.base02 - radius: 1 - } - M.NotifCard { id: _notifCard visible: notifDelegate._type === "notif"