Merge PR #324: Fix dropshadow of tabbed views reaching into other tabs
This commit is contained in:
commit
cb1cf29e65
@ -67,6 +67,7 @@ Item {
|
|||||||
delegate: Item {
|
delegate: Item {
|
||||||
height: swipeView.height
|
height: swipeView.height
|
||||||
width: swipeView.width
|
width: swipeView.width
|
||||||
|
clip: true
|
||||||
|
|
||||||
property var tabSettings: Settings {
|
property var tabSettings: Settings {
|
||||||
category: "tabSettings" + index
|
category: "tabSettings" + index
|
||||||
|
|||||||
Reference in New Issue
Block a user