From 0793a7ecc11b7b02a88c366441e3812ac13792a9 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 15 May 2017 09:17:48 +0200 Subject: [PATCH] feat(ui/modules/Common/Dialog/DialogDescription): centering description --- linphone-desktop/ui/modules/Common/Dialog/DialogDescription.qml | 1 + 1 file changed, 1 insertion(+) 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 }