From 614ac09cf6f813356790dee2dac129a458e1dcee Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 30 Nov 2018 19:23:10 +0900 Subject: change km/h to mph --- app/Dashboard.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dashboard.qml b/app/Dashboard.qml index 8de2ad7..e031d34 100644 --- a/app/Dashboard.qml +++ b/app/Dashboard.qml @@ -111,13 +111,13 @@ ApplicationWindow { id: unit anchors.left: speed.right anchors.baseline: speed.baseline - text: 'Km/h' + text: 'mph' //'Km/h' font.pixelSize: 64 } Label { anchors.left: unit.left anchors.top: unit.bottom - text: '100,000.5 km' + text: '100,000.5 miles' font.pixelSize: 32 opacity: 0.5 } -- cgit 1.2.3-korg