mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 00:36:35 +08:00
messagewebview: change the incorrect usage of ElidedTextLabel
Change-Id: Ibeb097b4dae6b723329d46be030ef5546597518f
This commit is contained in:
committed by
Andreas Traczyk
parent
b73a1424ab
commit
2cb4921779
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user