aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-29 17:35:17 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-29 17:35:17 +0200
commitf79085abfaa24ba7b70ea067519ebdf13b358cf7 (patch)
tree0ad6c8a3558a769088b4ba258921438b5ffd5824
parentc5e4efc31e4a98363f725ec4085c55a667b7d40b (diff)
downloadRWA.Support.DesktopApp-f79085abfaa24ba7b70ea067519ebdf13b358cf7.tar.gz
RWA.Support.DesktopApp-f79085abfaa24ba7b70ea067519ebdf13b358cf7.tar.bz2
RWA.Support.DesktopApp-f79085abfaa24ba7b70ea067519ebdf13b358cf7.zip
ToastManager: Display Toasts properly
-rw-r--r--ToastManager.qml3
1 files changed, 2 insertions, 1 deletions
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