From f79085abfaa24ba7b70ea067519ebdf13b358cf7 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Wed, 29 Jul 2020 17:35:17 +0200 Subject: ToastManager: Display Toasts properly --- ToastManager.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ToastManager.qml b/ToastManager.qml index f81cb15..0dab630 100644 --- a/ToastManager.qml +++ b/ToastManager.qml @@ -30,7 +30,8 @@ ListView { z: Infinity spacing: 5 anchors.fill: parent - anchors.bottomMargin: 10 + // parent.height * 0.1 = height of blue header rectangle on main + anchors.topMargin: parent.height * 0.1 + 5 verticalLayoutDirection: ListView.TopToBottom interactive: false -- cgit v1.2.3