From c3c581fcaa7af788ed129074ebb7c5c72beeaaa9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 14 May 2025 21:36:00 +0200 Subject: [PATCH] more spacing on notif action buttons --- .../modules/common/widgets/NotificationActionButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/common/widgets/NotificationActionButton.qml b/.config/quickshell/modules/common/widgets/NotificationActionButton.qml index a907f3b31..c0c1b8629 100644 --- a/.config/quickshell/modules/common/widgets/NotificationActionButton.qml +++ b/.config/quickshell/modules/common/widgets/NotificationActionButton.qml @@ -12,8 +12,8 @@ Button { property string urgency implicitHeight: 30 - leftPadding: 10 - rightPadding: 10 + leftPadding: 15 + rightPadding: 15 // PointingHandInteraction {}