diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-20 08:43:51 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-20 08:43:51 +0200 |
commit | 8e2fd6ecd38195ef703143515f78ab8e7f132139 (patch) | |
tree | 9d0262cadadd64563c19b53fdf4edae457da9b12 /framework/qml/Label.qml | |
parent | f373659e6ba28934f07ffd4a67d005f82fe59ba4 (diff) | |
parent | 41ff2e66bf4768398a6d1e5d8ae42f60a81f44a1 (diff) | |
download | kube-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.qml | 6 |
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 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Templates 2.0 as T | 20 | import QtQuick.Templates 2.0 as T |
21 | import org.kube.framework 1.0 | 21 | import org.kube.framework 1.0 as Kube |
22 | 22 | ||
23 | T.Label { | 23 | T.Label { |
24 | color: Colors.textColor | 24 | color: Kube.Colors.textColor |
25 | font.family: "Noto Sans" | 25 | font.family: Kube.Font.fontFamily |
26 | } | 26 | } |