mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-06 07:45:51 +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.
|
// Background rounded rectangle.
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: outerRect
|
id: outerRect
|
||||||
anchors.fill: parent
|
anchors.fill: columnLayout
|
||||||
radius: 20
|
radius: 20
|
||||||
color: JamiTheme.secondaryBackgroundColor
|
color: JamiTheme.secondaryBackgroundColor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue