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
}