summaryrefslogtreecommitdiffstats
path: root/app/qml/CustomLabel.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 14:13:07 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 14:13:07 +0900
commit30d24cbc67ef416672a3386b10be8fe6711c65d7 (patch)
treeecc8813e6742661e1521d6399d04cc4abc54587f /app/qml/CustomLabel.qml
parentae47635e56c4af4d816a76e5186e945768543679 (diff)
use mapbox as navigation
Diffstat (limited to 'app/qml/CustomLabel.qml')
-rw-r--r--app/qml/CustomLabel.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/qml/CustomLabel.qml b/app/qml/CustomLabel.qml
new file mode 100644
index 0000000..12387a1
--- /dev/null
+++ b/app/qml/CustomLabel.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.1
+
+Text {
+ verticalAlignment: Text.AlignVCenter
+ font.family: "Lato"
+ font.weight: Font.Light
+ color: "#000000"
+ font.pixelSize: 24
+}