From 57a2580a5d834d0b7242dc1f4b5a515466ec2c77 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 1 Jun 2025 10:16:14 +0200 Subject: [PATCH] adjust notif status btn size --- .../sidebarRight/notifications/NotificationStatusButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/sidebarRight/notifications/NotificationStatusButton.qml b/.config/quickshell/modules/sidebarRight/notifications/NotificationStatusButton.qml index 4bef8903..bcfeaecf 100644 --- a/.config/quickshell/modules/sidebarRight/notifications/NotificationStatusButton.qml +++ b/.config/quickshell/modules/sidebarRight/notifications/NotificationStatusButton.qml @@ -27,10 +27,10 @@ GroupButton { RowLayout { id: contentRowLayout anchors.centerIn: parent - spacing: 0 + spacing: 5 MaterialSymbol { text: buttonIcon - iconSize: Appearance.font.pixelSize.larger + iconSize: Appearance.font.pixelSize.large color: button.colText } StyledText {