diff --git a/src/app/commoncomponents/JamiIdentifier.qml b/src/app/commoncomponents/JamiIdentifier.qml index 313d382c..0668f711 100644 --- a/src/app/commoncomponents/JamiIdentifier.qml +++ b/src/app/commoncomponents/JamiIdentifier.qml @@ -33,7 +33,7 @@ Item { // Background rounded rectangle. Rectangle { id: outerRect - anchors.fill: parent + anchors.fill: columnLayout radius: 20 color: JamiTheme.secondaryBackgroundColor }