1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-04-21 21:52:03 +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 {
id: outerRow
width: parent.width
@ -66,13 +57,6 @@ Item {
"bl": 5
}
layer {
enabled: true
effect: OpacityMask {
maskSource: mask
}
}
RowLayout {
width: parent.width
anchors.verticalCenter: parent.verticalCenter