summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-05 20:54:23 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-05 20:54:23 +0800
commit76d0bb80bf9e0ee779a3c82408d243d8ffbe152d (patch)
tree9478aba2784155b406e28a0165e088720657921b
parent6e4b396a3f81e798cd30a023fa471473fd1151eb (diff)
Explicitly set the font to boldHEADmaster
-rw-r--r--components/ListItemSingleTextForm.ui.qml1
1 files changed, 1 insertions, 0 deletions
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
}