From 563c25341d2f0a4f29a5f810ccba2052374ef311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 18 Mar 2023 19:27:13 +0800 Subject: Rename textTruncate to truncated --- CardGrid.ui.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CardGrid.ui.qml') 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 -- cgit v1.2.3