summaryrefslogtreecommitdiffstats
path: root/app/Dashboard.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-26 13:13:14 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-26 13:13:14 +0900
commit3a7e565ff4f6b9466e6bcd40bce826a1ff765997 (patch)
tree7c7c0e6338fbf06d574f4a8961f5ee710c1ab921 /app/Dashboard.qml
parent658b8676eabbf012a8ddd2a0f7871e76a96ac569 (diff)
Diffstat (limited to 'app/Dashboard.qml')
-rw-r--r--app/Dashboard.qml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index 33db7f2..9e7d1ea 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -104,20 +104,20 @@ ApplicationWindow {
anchors.left: parent.left
anchors.top: parent.top
anchors.margins: 20
- text: speed_val.toFixed(0) /* KPH */
+ text: speed_val.toFixed(0) /* MPH */
font.pixelSize: 256
}
Label {
id: unit
anchors.left: speed.right
anchors.baseline: speed.baseline
- text: 'mph' //'Km/h'
+ text: 'MPH'
font.pixelSize: 64
}
Label {
anchors.left: unit.left
anchors.top: unit.bottom
- text: '100,000.5 miles'
+ text: '10,000.5 miles'
font.pixelSize: 32
opacity: 0.5
}
@@ -281,7 +281,6 @@ ApplicationWindow {
}
RowLayout {
-// visible: false
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
Repeater {
@@ -292,7 +291,7 @@ ApplicationWindow {
}
ListElement {
code: 'fr_FR'
- language: QT_TR_NOOP('French')
+ language: QT_TR_NOOP('Français')
}
ListElement {
code: 'ja_JP'