Skip to content
Snippets Groups Projects
Commit cd027db5 authored by Fadi Shehadeh's avatar Fadi Shehadeh Committed by Adrien Béraud
Browse files

contact detail: fix width for identifier

replaced width by layout.preferredWidth

Change-Id: Ie72047cd2745b7bf0ca10617b8e178b1ecde90a4
GitLab: #736
parent bc67448c
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ BaseModalDialog {
id: contactId
Layout.alignment: Qt.AlignLeft
width: userProfileContentRect.width - 200
Layout.preferredWidth: userProfileContentRect.width - 200
font.pointSize: JamiTheme.textFontSize
font.kerning: true
......@@ -164,7 +164,7 @@ BaseModalDialog {
readOnly: true
selectByMouse: true
wrapMode: Text.WrapAnywhere
wrapMode: TextEdit.WrapAnywhere
text: idText
horizontalAlignment: Text.AlignLeft
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment