diff --git a/linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml b/linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml index 63e2360cf..fb2aa2ada 100644 --- a/linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml +++ b/linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml @@ -25,6 +25,7 @@ Item { color: DialogStyle.description.color font.pointSize: DialogStyle.description.fontSize + horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter wrapMode: Text.WordWrap }