Fix dropshadow of tabbed views reaching into other tabs

Fixes #317
This commit is contained in:
Michael Zanetti 2020-02-03 18:46:52 +01:00
parent 4f9c405d46
commit 1a77720f3f

View File

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