Update ProfileHeader.qml
This commit is contained in:
parent
e83ea42881
commit
25def13744
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Item {
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
height: description === "" ? 0 : contentHeight
|
height: description === "" ? 0 : contentHeight
|
||||||
text: description
|
text: "@"+description
|
||||||
color: Theme.secondaryHighlightColor
|
color: Theme.secondaryHighlightColor
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
font.family: Theme.fontFamilyHeading
|
font.family: Theme.fontFamilyHeading
|
||||||
|
|
Loading…
Reference in a new issue