From ff2736010fb98faf42b6407b283442755df56ca0 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: Tue, 14 Feb 2023 12:08:11 +0800 Subject: Colours & margins for the card labels --- CardGrid.ui.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index 729fb71..1584e36 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -137,8 +137,10 @@ Item { Label { id: title text: titleText + color: Qt.rgba(.141, .161, .176, 1.0) wrapMode: Text.Wrap Layout.fillWidth: true + Layout.bottomMargin: 8 font { family: heebo.name pixelSize: 21 @@ -153,10 +155,13 @@ Item { Label { id: textTruncate text: textTruncateText + color: Qt.rgba(.455, .459, .475, 1.0) wrapMode: Text.Wrap Layout.fillWidth: true + Layout.bottomMargin: 8 font { - weight: Font.Light + family: doesntEmbed ? "Roboto" + : roboto.name pointSize: 14 } } -- cgit v1.2.3