Adding descriptive text

This commit is contained in:
Alexia Mandeville 2018-09-06 14:16:42 -07:00
parent 00e10ad684
commit aabfda6eb5

View file

@ -87,6 +87,22 @@ Item {
height: 48 height: 48
} }
ShortcutText {
id: flavorText
anchors {
top: parent.top
left: parent.left
margins: 0
topMargin: hifi.dimensions.contentSpacing.y
}
text: qsTr("Sign in to High Fidelity to make friends, get HFC, and buy interesting things on the Marketplace!")
wrapMode: Text.WordWrap
lineHeight: 1
lineHeightMode: Text.ProportionalHeight
horizontalAlignment: Text.AlignHCenter
}
ShortcutText { ShortcutText {
id: mainTextContainer id: mainTextContainer
anchors { anchors {