Refer to custom components to access their enums

This commit is contained in:
miruka
2020-07-17 01:45:02 -04:00
parent d6e904ca4c
commit 716ac2a0af
22 changed files with 30 additions and 30 deletions

View File

@@ -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

View File

@@ -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 " +