Advertisement
Guest User

Untitled

a guest
Jul 27th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Text{
  2. height: Math.min(parent.height, paintedHeight)
  3. width: Math.min(parent.width, paintedWidth) - 10
  4. text : "test"
  5. wrapMode: Text.WrapAnywhere
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement