From c3e49d977cecd649814960b8df145635d0de1190 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?= <erik@darapsa.co.id> Date: Sat, 18 Mar 2023 19:32:04 +0800 Subject: Actually implement the truncating --- CardGrid.ui.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index 804da67..b7e5cc0 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -151,6 +151,8 @@ Item { text: truncatedText color: Qt.rgba(.455, .459, .475, 1.0) wrapMode: Text.Wrap + elide: Text.ElideRight + maximumLineCount: 2 Layout.fillWidth: true Layout.bottomMargin: 8 font { -- cgit v1.2.3