summaryrefslogtreecommitdiffstats
path: root/app/qml/CustomLabel.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-30 16:09:41 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-30 16:09:41 +0900
commit1b09dfb921e37018a0dec3512e24af1d71df0ddc (patch)
treec8d5d7c59bcc31c3e8f3370fd1dad412580b84c3 /app/qml/CustomLabel.qml
parent7d642f7dae7362a96939e412e358b6d1faad87b9 (diff)
get gps position from navigation
Diffstat (limited to 'app/qml/CustomLabel.qml')
-rw-r--r--app/qml/CustomLabel.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/qml/CustomLabel.qml b/app/qml/CustomLabel.qml
deleted file mode 100644
index 12387a1..0000000
--- a/app/qml/CustomLabel.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 2.1
-
-Text {
- verticalAlignment: Text.AlignVCenter
- font.family: "Lato"
- font.weight: Font.Light
- color: "#000000"
- font.pixelSize: 24
-}