Refer to custom components to access their enums
This commit is contained in:
@@ -183,7 +183,7 @@ HFlickableColumnPage {
|
||||
theme.fontSize.big * avatar.width / 300,
|
||||
theme.fontSize.small,
|
||||
)
|
||||
wrapMode: Text.WordWrap
|
||||
wrapMode: HLabel.WordWrap
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
|
||||
Layout.fillWidth: true
|
||||
@@ -204,7 +204,7 @@ HFlickableColumnPage {
|
||||
text: qsTr("User ID: %1")
|
||||
.arg(utils.coloredNameHtml(userId, userId, userId))
|
||||
textFormat: Text.StyledText
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: HLabel.Wrap
|
||||
lineHeight: 1.1
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
@@ -44,7 +44,7 @@ HFlickableColumnPage {
|
||||
}
|
||||
|
||||
HLabel {
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: HLabel.Wrap
|
||||
text: qsTr(
|
||||
"The decryption keys for messages received in encrypted rooms " +
|
||||
"<b>until present time</b> can be saved " +
|
||||
|
Reference in New Issue
Block a user