Account: remove line break after "User ID:"
This commit is contained in:
parent
78c04e6404
commit
a22c8ba3ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user