From 41bc827ca9484737c79d6a55ef4c930f0ff6c22f Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 20 Aug 2025 09:40:14 -0400 Subject: [PATCH] NotificationHistory cleanup --- Modules/Notification/NotificationHistoryPanel.qml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Modules/Notification/NotificationHistoryPanel.qml b/Modules/Notification/NotificationHistoryPanel.qml index affcad1..d7b2f21 100644 --- a/Modules/Notification/NotificationHistoryPanel.qml +++ b/Modules/Notification/NotificationHistoryPanel.qml @@ -20,16 +20,6 @@ NPanel { id: notificationRect color: Color.transparent - // color: Color.mSurface - // radius: Style.radiusL * scaling - // border.color: Color.mOutline - // border.width: Math.max(1, Style.borderS * scaling) - - // anchors.top: parent.top - // anchors.right: parent.right - // anchors.topMargin: Style.marginXS * scaling - // anchors.rightMargin: Style.marginXS * scaling - // clip: true ColumnLayout { anchors.fill: parent anchors.margins: Style.marginL * scaling @@ -184,7 +174,6 @@ NPanel { anchors.fill: parent anchors.rightMargin: Style.marginL * 3 * scaling hoverEnabled: true - // Remove the onClicked handler since we now have a dedicated delete button } }