Account settings: fix incorrect "User ID:" color
This commit is contained in:
parent
aa5d522902
commit
6a36943dae
|
@ -204,7 +204,7 @@ HFlickableColumnPage {
|
||||||
|
|
||||||
HLabel {
|
HLabel {
|
||||||
text: qsTr("User ID: %1")
|
text: qsTr("User ID: %1")
|
||||||
.arg(utils.coloredNameHtml(userId, userId, userId))
|
.arg(utils.coloredNameHtml("", userId, userId))
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
wrapMode: HLabel.Wrap
|
wrapMode: HLabel.Wrap
|
||||||
lineHeight: 1.1
|
lineHeight: 1.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user