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:
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 {
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue