notifications remove gap between time and arrow

This commit is contained in:
end-4
2025-04-20 10:53:48 +02:00
parent 74fe9f44dd
commit 9d7262382f
@@ -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