From 1a77720f3fda0055f02c955bf16a9bb39363bbe2 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 3 Feb 2020 18:46:52 +0100 Subject: [PATCH] Fix dropshadow of tabbed views reaching into other tabs Fixes #317 --- nymea-app/ui/RootItem.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/nymea-app/ui/RootItem.qml b/nymea-app/ui/RootItem.qml index ce78b9e1..51234eb9 100644 --- a/nymea-app/ui/RootItem.qml +++ b/nymea-app/ui/RootItem.qml @@ -67,6 +67,7 @@ Item { delegate: Item { height: swipeView.height width: swipeView.width + clip: true property var tabSettings: Settings { category: "tabSettings" + index