Account: remove line break after "User ID:"

This commit is contained in:
miruka 2020-06-26 03:19:58 -04:00
parent 78c04e6404
commit a22c8ba3ad

View File

@ -198,7 +198,7 @@ HFlickableColumnPage {
}
HLabel {
text: qsTr("User ID:<br>%1")
text: qsTr("User ID: %1")
.arg(utils.coloredNameHtml(userId, userId, userId))
textFormat: Text.StyledText
wrapMode: Text.Wrap