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:
parent
2ef5dcae71
commit
7f4e3c4739
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Item {
|
|||
// Background rounded rectangle.
|
||||
Rectangle {
|
||||
id: outerRect
|
||||
anchors.fill: parent
|
||||
anchors.fill: columnLayout
|
||||
radius: 20
|
||||
color: JamiTheme.secondaryBackgroundColor
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue