Skip to content
Snippets Groups Projects
Commit 2cb49217 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

messagewebview: change the incorrect usage of ElidedTextLabel

Change-Id: Ibeb097b4dae6b723329d46be030ef5546597518f
parent b73a1424
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ Rectangle {
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter
text: userAliasLabelText
eText: userAliasLabelText
maxWidth: userNameOrIdRect.width
}
......@@ -117,7 +117,7 @@ Rectangle {
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter
text: userUserNameLabelText
eText: userUserNameLabelText
maxWidth: userNameOrIdRect.width
}
}
......
......@@ -56,7 +56,7 @@ RowLayout {
Layout.preferredHeight: heightOfLayout
Layout.rightMargin: JamiTheme.preferredMarginSize
text: qsTr(labelText)
eText: qsTr(labelText)
fontSize: JamiTheme.settingsFontSize
maxWidth: width
}
......@@ -79,4 +79,4 @@ RowLayout {
indexChanged()
}
}
}
\ No newline at end of file
}
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