1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

JamiIdentifier: fix reduction overflow

GitLab: #1146
Change-Id: Icafcded965e4517ffd01301ad6f11fbc9d404911
This commit is contained in:
Sébastien Blin 2023-06-15 14:53:20 -04:00
parent 2ef5dcae71
commit 7f4e3c4739

View file

@ -33,7 +33,7 @@ Item {
// Background rounded rectangle.
Rectangle {
id: outerRect
anchors.fill: parent
anchors.fill: columnLayout
radius: 20
color: JamiTheme.secondaryBackgroundColor
}