1
0

Add PT Mono monospace font.

This commit is contained in:
Sander van Grieken
2022-03-24 21:19:29 +01:00
parent 7e6991c097
commit 88e8993442
5 changed files with 151 additions and 18 deletions

View File

@@ -60,6 +60,7 @@ Pane {
}
Label {
id: valueLabel
font.family: FixedFont
font.pixelSize: 15
text: Config.formatSats(model.bc_value)
font.bold: true
@@ -128,6 +129,8 @@ Pane {
} // delegate
ScrollIndicator.vertical: ScrollIndicator { }
}
}