From b132f616fc27a62ad9612ec42a19b027e72a52b7 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Sun, 13 Sep 2026 10:48:36 +0200 Subject: fix responsive ui --- raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml') diff --git a/raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml b/raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml index 43817c4..cfe507e 100644 --- a/raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml +++ b/raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml @@ -31,7 +31,7 @@ Item { id: toastRect anchors.horizontalCenter: parent.horizontalCenter - y: toastRoot.showing ? root.font.pointSize * 2 : -height - 10 + y: toastRoot.showing ? root.font.pointSize * 2 : -height - root.font.pointSize * 0.8 Behavior on y { NumberAnimation { duration: 380; easing.type: Easing.OutBack } @@ -43,7 +43,7 @@ Item { color: Qt.rgba(0.75, 0.08, 0.08, 0.88) border.color: Qt.rgba(1, 0.35, 0.35, 0.65) - border.width: 1 + border.width: root.font.pointSize * 0.08 // Pulse animation border SequentialAnimation on border.color { -- cgit v1.3