1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-21 15:24:01 +02:00

messagewebview: change the incorrect usage of ElidedTextLabel

Change-Id: Ibeb097b4dae6b723329d46be030ef5546597518f
This commit is contained in:
Ming Rui Zhang 2020-09-18 09:35:26 -04:00 committed by Andreas Traczyk
parent b73a1424ab
commit 2cb4921779
2 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@ Rectangle {
horizontalAlignment: Text.AlignLeft horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
text: userAliasLabelText eText: userAliasLabelText
maxWidth: userNameOrIdRect.width maxWidth: userNameOrIdRect.width
} }
@ -117,7 +117,7 @@ Rectangle {
horizontalAlignment: Text.AlignLeft horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
text: userUserNameLabelText eText: userUserNameLabelText
maxWidth: userNameOrIdRect.width maxWidth: userNameOrIdRect.width
} }
} }

View file

@ -56,7 +56,7 @@ RowLayout {
Layout.preferredHeight: heightOfLayout Layout.preferredHeight: heightOfLayout
Layout.rightMargin: JamiTheme.preferredMarginSize Layout.rightMargin: JamiTheme.preferredMarginSize
text: qsTr(labelText) eText: qsTr(labelText)
fontSize: JamiTheme.settingsFontSize fontSize: JamiTheme.settingsFontSize
maxWidth: width maxWidth: width
} }