1
0
Fork 0
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:
Matheo Joseph 2023-07-20 16:30:12 -04:00 committed by Sébastien Blin
parent 38a3da38c5
commit 76fcd5f910

View file

@ -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