diff --git a/src/app/commoncomponents/BaseModalDialog.qml b/src/app/commoncomponents/BaseModalDialog.qml index c3a16773..4f1a5f7b 100644 --- a/src/app/commoncomponents/BaseModalDialog.qml +++ b/src/app/commoncomponents/BaseModalDialog.qml @@ -100,6 +100,7 @@ Popup { id: titleText Layout.leftMargin: popupMargins + Layout.rightMargin: popupMargins Layout.bottomMargin: 20 Layout.topMargin: closeButtonVisible ? 0 : 30 Layout.alignment: Qt.AlignLeft