mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 08:13:51 +02:00
jamiidentifier: remove useless mask
Change-Id: Ie7e1ae5e5be9b710f53e21cf51385ae8addb54f6
This commit is contained in:
parent
38a3da38c5
commit
76fcd5f910
1 changed files with 0 additions and 16 deletions
|
@ -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 {
|
||||||
"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
|
||||||
|
|
Loading…
Add table
Reference in a new issue