Merge PR #324: Fix dropshadow of tabbed views reaching into other tabs

This commit is contained in:
Jenkins nymea 2020-02-03 23:37:04 +01:00
commit cb1cf29e65

View File

@ -67,6 +67,7 @@ Item {
delegate: Item {
height: swipeView.height
width: swipeView.width
clip: true
property var tabSettings: Settings {
category: "tabSettings" + index