From 76d0bb80bf9e0ee779a3c82408d243d8ffbe152d 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, 5 Feb 2022 20:54:23 +0800 Subject: Explicitly set the font to bold --- components/ListItemSingleTextForm.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components') diff --git a/components/ListItemSingleTextForm.ui.qml b/components/ListItemSingleTextForm.ui.qml index fcd6005..ba4d22c 100644 --- a/components/ListItemSingleTextForm.ui.qml +++ b/components/ListItemSingleTextForm.ui.qml @@ -42,6 +42,7 @@ Item { lineHeight: 24 verticalAlignment: Text.AlignVCenter font.family: robotoMonoBold.name + font.bold: true font.pixelSize: 16 font.letterSpacing: 0.15 } -- cgit v1.2.3