diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-27 08:35:58 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-27 08:35:58 +0800 |
commit | 3c513c18879fa3c5b9bb63fb2bd452903cd8ecd9 (patch) | |
tree | ca3037dcf99a4557c7d6c9e52225d44578b17c8a /GridCardItem.ui.qml | |
parent | 2c92227f5a7cd55e874afe102fb593ee1a936662 (diff) |
Boldness need to be explicitly set true
Diffstat (limited to 'GridCardItem.ui.qml')
-rw-r--r-- | GridCardItem.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index 6f4340d..1e8a75d 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -104,6 +104,7 @@ Item { font { family: heebo.name pixelSize: 21 + bold: true } anchors { top: badgeAndFavorite.bottom |