diff options
Diffstat (limited to 'components/ListItemSingleTextForm.ui.qml')
-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 } |