From e7ade0e8c7158876d98068989cdb3e9edffa2233 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 7 Oct 2019 18:52:11 +0200 Subject: [PATCH] notifications flow top to bottom --- applets/notifications/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/notifications/contents/ui/main.qml b/applets/notifications/contents/ui/main.qml index 0057a306..7a4481df 100644 --- a/applets/notifications/contents/ui/main.qml +++ b/applets/notifications/contents/ui/main.qml @@ -194,7 +194,7 @@ Item { cacheBuffer: 200000 z: 1 - verticalLayoutDirection: ListView.BottomToTop + //verticalLayoutDirection: ListView.BottomToTop model: notificationsModel add: Transition {