diff --git a/src/app/commoncomponents/BaseModalDialog.qml b/src/app/commoncomponents/BaseModalDialog.qml index 492571f39a657188d111fc4d145564758ce71978..174047bcca3934e6336ac09b8924822bea900c1d 100644 --- a/src/app/commoncomponents/BaseModalDialog.qml +++ b/src/app/commoncomponents/BaseModalDialog.qml @@ -57,7 +57,6 @@ Popup { id: container property color color: JamiTheme.secondaryBackgroundColor - anchors.centerIn: parent leftPadding: popupMargins bottomPadding: action1.visible || action2.visible ? 10 :popupMargins