diff options
Diffstat (limited to 'CardItem.ui.qml')
-rw-r--r-- | CardItem.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CardItem.ui.qml b/CardItem.ui.qml index 741a1a5..bd13997 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -4,6 +4,7 @@ import QtQuick.Controls 2.15 Rectangle { property alias cardImage: image property alias cardTitle: title + property alias textTruncate: textTruncate width: 300 height: 480 @@ -71,7 +72,7 @@ Rectangle { } Label { - id: comment + id: textTruncate text: qsTr("Rooms oh fully taken by worse do Points afraid but may end Rooms Points afraid but may end Rooms") wrapMode: Text.Wrap anchors { |