From 9d7262382f65c23889af6bd6945de46ed9f9864b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 20 Apr 2025 10:53:48 +0200 Subject: [PATCH] notifications remove gap between time and arrow --- .../modules/common/widgets/NotificationWidget.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.config/quickshell/modules/common/widgets/NotificationWidget.qml b/.config/quickshell/modules/common/widgets/NotificationWidget.qml index 5a02cbe1d..e22544d27 100644 --- a/.config/quickshell/modules/common/widgets/NotificationWidget.qml +++ b/.config/quickshell/modules/common/widgets/NotificationWidget.qml @@ -310,16 +310,6 @@ Item { elide: Text.ElideRight } - // StyledText { // dot - // id: notificationDot - // Layout.fillWidth: false - // wrapMode: Text.Wrap - // horizontalAlignment: Text.AlignLeft - // font.pixelSize: Appearance.font.pixelSize.smaller - // color: Appearance.m3colors.m3outline - // text: NotificationUtils.getFriendlyNotifTimeString(notificationObject.time) - // } - StyledText { // Time id: notificationTimeText Layout.fillWidth: false @@ -339,8 +329,6 @@ Item { } } - Item { Layout.fillWidth: true } - Button { // Expand button Layout.alignment: Qt.AlignTop id: expandButton