diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-05 20:54:23 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-05 20:54:23 +0800 |
commit | 76d0bb80bf9e0ee779a3c82408d243d8ffbe152d (patch) | |
tree | 9478aba2784155b406e28a0165e088720657921b /components | |
parent | 6e4b396a3f81e798cd30a023fa471473fd1151eb (diff) |
Diffstat (limited to 'components')
-rw-r--r-- | components/ListItemSingleTextForm.ui.qml | 1 |
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 } |