Skip to content
Snippets Groups Projects
Commit 76fcd5f9 authored by Mathéo Joseph's avatar Mathéo Joseph Committed by Sébastien Blin
Browse files

jamiidentifier: remove useless mask

Change-Id: Ie7e1ae5e5be9b710f53e21cf51385ae8addb54f6
parent 38a3da38
Branches
Tags
No related merge requests found
...@@ -41,15 +41,6 @@ Item { ...@@ -41,15 +41,6 @@ Item {
} }
} }
Rectangle {
id: mask
anchors.fill: outerRow
radius: 5
visible: false
Scaffold {
}
}
RowLayout { RowLayout {
id: outerRow id: outerRow
width: parent.width width: parent.width
...@@ -66,13 +57,6 @@ Item { ...@@ -66,13 +57,6 @@ Item {
"bl": 5 "bl": 5
} }
layer {
enabled: true
effect: OpacityMask {
maskSource: mask
}
}
RowLayout { RowLayout {
width: parent.width width: parent.width
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment