summaryrefslogtreecommitdiffstats
path: root/framework/qml/Units.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 10:44:33 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 10:44:33 +0200
commit962f09c6f6ceedd96eced193360c1b106f555fac (patch)
treeac4103c97e110e16f1b476c7754e4bde5ab241e7 /framework/qml/Units.qml
parent0190a9e9110951012cfeef9bc52dc78b1014b314 (diff)
downloadkube-962f09c6f6ceedd96eced193360c1b106f555fac.tar.gz
kube-962f09c6f6ceedd96eced193360c1b106f555fac.zip
introduce Kube.Label and use it in kube controls
Diffstat (limited to 'framework/qml/Units.qml')
-rw-r--r--framework/qml/Units.qml1
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