diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-18 19:27:13 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-18 19:27:13 +0800 |
commit | 563c25341d2f0a4f29a5f810ccba2052374ef311 (patch) | |
tree | 7d67a0efcd7f5fdbd719dcc4b16e64c9fe524831 | |
parent | ded9f25b05430b112e58747fd095f9248605ee83 (diff) |
Rename textTruncate to truncated
-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 } } } |