summaryrefslogtreecommitdiffstats
path: root/framework/qml/Label.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 08:43:51 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 08:43:51 +0200
commit8e2fd6ecd38195ef703143515f78ab8e7f132139 (patch)
tree9d0262cadadd64563c19b53fdf4edae457da9b12 /framework/qml/Label.qml
parentf373659e6ba28934f07ffd4a67d005f82fe59ba4 (diff)
parent41ff2e66bf4768398a6d1e5d8ae42f60a81f44a1 (diff)
downloadkube-8e2fd6ecd38195ef703143515f78ab8e7f132139.tar.gz
kube-8e2fd6ecd38195ef703143515f78ab8e7f132139.zip
Merge branch 'mbohlender/fonts' into develop
Diffstat (limited to 'framework/qml/Label.qml')
-rw-r--r--framework/qml/Label.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qml/Label.qml b/framework/qml/Label.qml
index c7a71faa..cc8235a3 100644
--- a/framework/qml/Label.qml
+++ b/framework/qml/Label.qml
@@ -18,9 +18,9 @@
18 18
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Templates 2.0 as T 20import QtQuick.Templates 2.0 as T
21import org.kube.framework 1.0 21import org.kube.framework 1.0 as Kube
22 22
23T.Label { 23T.Label {
24 color: Colors.textColor 24 color: Kube.Colors.textColor
25 font.family: "Noto Sans" 25 font.family: Kube.Font.fontFamily
26} 26}