Skip to content

Instantly share code, notes, and snippets.

@joselcvarela
Last active April 18, 2018 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joselcvarela/25da26564685cfab86b64389d26906aa to your computer and use it in GitHub Desktop.
Save joselcvarela/25da26564685cfab86b64389d26906aa to your computer and use it in GitHub Desktop.
ColumnLayout {
width: parent.width
TextMontserrat {
text: title
font.bold: true
color: colors.white
Layout.fillWidth: true
Layout.maximumHeight: 310
fontSizeMode: Text.Fit
font.pixelSize: 150
elide: Text.ElideNone
}
TextMontserrat {
text: subtitle
color: colors.white
Layout.fillWidth: true
Layout.maximumHeight: 240
fontSizeMode: Text.Fit
font.pixelSize: 72
font.weight: Font.Light
elide: Text.ElideNone
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment