From 5d7d03a4415eb251b363c09479ffb1b9e34c8f65 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 11 May 2026 23:41:14 -0400 Subject: [PATCH] Expand dismiss button to full panel width --- osd/NotificationPanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/osd/NotificationPanel.qml b/osd/NotificationPanel.qml index 8a2b539..02fc736 100644 --- a/osd/NotificationPanel.qml +++ b/osd/NotificationPanel.qml @@ -79,6 +79,7 @@ Scope { colBackground: Appearance.m3colors.m3tertiaryContainer releaseAction: NotificationService.dismissAll buttonRadius: Appearance.rounding.unsharpenmore + Layout.fillWidth: true } Repeater {