Guest User

Untitled

a guest
Apr 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ColumnLayout {
  2. width: parent.width
  3.  
  4. TextMontserrat {
  5. text: title
  6. font.bold: true
  7. color: colors.white
  8. Layout.fillWidth: true
  9. Layout.maximumHeight: 310
  10. fontSizeMode: Text.Fit
  11. font.pixelSize: 150
  12. elide: Text.ElideNone
  13. }
  14.  
  15. TextMontserrat {
  16. text: subtitle
  17. color: colors.white
  18. Layout.fillWidth: true
  19. Layout.maximumHeight: 240
  20. fontSizeMode: Text.Fit
  21. font.pixelSize: 72
  22. font.weight: Font.Light
  23. elide: Text.ElideNone
  24. }
  25. }
Add Comment
Please, Sign In to add comment