From 76d0bb80bf9e0ee779a3c82408d243d8ffbe152d Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3