summaryrefslogtreecommitdiffstats
path: root/app/qml/CustomLabel.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-30 13:23:46 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-30 13:23:46 +0900
commit9d57e5b16843759ca97d3cdc6f0310cf4527810a (patch)
tree7679864f22aa516de5af3f8b31a72bb4bbe85d71 /app/qml/CustomLabel.qml
parent819d06ad9d8c50ea1e0af26450ee79d2492fea9f (diff)
add aw 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
-}