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