Update ProfileHeader.qml

This commit is contained in:
molan-git 2020-05-11 12:24:44 +02:00
parent e83ea42881
commit 25def13744

View file

@ -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