summaryrefslogtreecommitdiff
path: root/raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml')
-rw-r--r--raveos-sddm-theme/sddm-rave-theme/Components/ToastNotification.qml4
1 files changed, 2 insertions, 2 deletions
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 {