mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-03 10:35:05 +08:00
JamiIdentifier: fix reduction overflow
GitLab: #1146 Change-Id: Icafcded965e4517ffd01301ad6f11fbc9d404911
This commit is contained in:
@@ -33,7 +33,7 @@ Item {
|
||||
// Background rounded rectangle.
|
||||
Rectangle {
|
||||
id: outerRect
|
||||
anchors.fill: parent
|
||||
anchors.fill: columnLayout
|
||||
radius: 20
|
||||
color: JamiTheme.secondaryBackgroundColor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user