From 962f09c6f6ceedd96eced193360c1b106f555fac Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 19 Apr 2017 10:44:33 +0200 Subject: introduce Kube.Label and use it in kube controls --- framework/qml/Units.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml/Units.qml') 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 { property int largeSpacing: gridUnit property variant fontMetrics: TextMetrics { text: "M" + font.family: "Noto Sans" } } -- cgit v1.2.3