From 0afbd6791199d891fe1291eec50d6b0619bca9b6 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 29 Nov 2018 13:33:12 +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 496062b..36c0dc3 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