diff --git a/ui/app/AppLayouts/Chat/popups/ChooseBrowserPopup.qml b/ui/app/AppLayouts/Chat/popups/ChooseBrowserPopup.qml index 12a4800281..85f060ec26 100644 --- a/ui/app/AppLayouts/Chat/popups/ChooseBrowserPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/ChooseBrowserPopup.qml @@ -10,15 +10,16 @@ StatusModal { property string link id: popup + anchors.centerIn: parent //% "Choose browser" header.title: qsTrId("choose-browser") width: 440 - height: 425 contentItem: Column { - anchors.fill: parent + width: popup.width - 32 spacing: 20 + anchors.horizontalCenter: popup.horizontalCenter Image { source: Style.png("chooseBrowserImage")