diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-28 04:32:15 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-28 04:32:15 +0200 |
commit | c5e4efc31e4a98363f725ec4085c55a667b7d40b (patch) | |
tree | 2e299b8da32673034fd9fe9f102c79ba1c66eb98 | |
parent | af51bcd8dddff473790e906fa65fbfb74d7f369e (diff) | |
download | RWA.Support.DesktopApp-c5e4efc31e4a98363f725ec4085c55a667b7d40b.tar.gz RWA.Support.DesktopApp-c5e4efc31e4a98363f725ec4085c55a667b7d40b.tar.bz2 RWA.Support.DesktopApp-c5e4efc31e4a98363f725ec4085c55a667b7d40b.zip |
Change direction of Toast
-rw-r--r-- | ToastManager.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ToastManager.qml b/ToastManager.qml index 8bb419b..f81cb15 100644 --- a/ToastManager.qml +++ b/ToastManager.qml @@ -31,7 +31,7 @@ ListView { spacing: 5 anchors.fill: parent anchors.bottomMargin: 10 - verticalLayoutDirection: ListView.BottomToTop + verticalLayoutDirection: ListView.TopToBottom interactive: false |