diff options
Diffstat (limited to 'framework/qml/Units.qml')
-rw-r--r-- | framework/qml/Units.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Units.qml b/framework/qml/Units.qml index 96216f82..a8eddd8d 100644 --- a/framework/qml/Units.qml +++ b/framework/qml/Units.qml | |||
@@ -27,6 +27,7 @@ Item { | |||
27 | property int largeSpacing: gridUnit | 27 | property int largeSpacing: gridUnit |
28 | property variant fontMetrics: TextMetrics { | 28 | property variant fontMetrics: TextMetrics { |
29 | text: "M" | 29 | text: "M" |
30 | font.family: "Noto Sans" | ||
30 | } | 31 | } |
31 | } | 32 | } |
32 | 33 | ||