diff options
-rw-r--r-- | CardGrid.ui.qml | 5 | ||||
-rw-r--r-- | HomeDefault.ui.qml | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index 74f0ec1..804da67 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -16,7 +16,7 @@ Item { property color badgeBackgroundColor: "#1a6f42c1" property string titleText: "Build Responsive Websites with HTML" property alias titleArea: titleArea - property string textTruncateText: "Far advanced settling say finished raillery. Offered chiefly farther" + property string truncatedText: "Far advanced settling say finished raillery. Offered chiefly farther" property bool doesntEmbed: Qt.platform.os === "android" || Qt.platform.os === "linux" || Qt.platform.os === "osx" @@ -148,8 +148,7 @@ Item { } Label { - id: textTruncate - text: textTruncateText + text: truncatedText color: Qt.rgba(.455, .459, .475, 1.0) wrapMode: Text.Wrap Layout.fillWidth: true diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 6d7b5f3..cd7d38f 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -373,7 +373,7 @@ Flickable { badgeColor: levelColor badgeBackgroundColor: levelBackgroundColor titleText: title - textTruncateText: truncated + truncatedText: truncated } } } |