diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 16:45:18 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 16:45:18 +0800 |
commit | a1bf3a7aa5ddec7a1ddca53e8a70f0b5d9830779 (patch) | |
tree | 73502cd7b8c3e9dd2f96d3a188631841b6e8ed8e | |
parent | 1e4f825392230cf42663160e7f2f13940099f94f (diff) |
Fix textTruncate text
-rw-r--r-- | Card.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Card.ui.qml b/Card.ui.qml index fae0b3a..dd91e00 100644 --- a/Card.ui.qml +++ b/Card.ui.qml @@ -5,7 +5,7 @@ Item { property string imageSource: "Darapsa.svg" property string badgeText: "Beginner" property string titleText: "Sketch from A to Z: for app designer" - property string textTruncateText: "Rooms oh fully taken by worse do Points afraid but may end Rooms Points afraid but may end Rooms" + property string textTruncateText: "Rooms oh fully taken by worse do. Points afraid but may end afraid but.." Rectangle { anchors { |