diff options
Diffstat (limited to 'app/Dashboard.qml')
-rw-r--r-- | app/Dashboard.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml index ef4f8f4..1b61d4c 100644 --- a/app/Dashboard.qml +++ b/app/Dashboard.qml @@ -34,7 +34,7 @@ ApplicationWindow { property double vehicleSpeed: 0 property double engineSpeed: 0 - +/* Connections { target: SignalComposer @@ -52,14 +52,12 @@ ApplicationWindow { } } } - +*/ Item { id: container anchors.centerIn: parent width: Window.width height: Window.height - //scale: screenInfo.scale_factor() - scale: 1 Label { id: speed @@ -271,7 +269,6 @@ ApplicationWindow { text: qsTr(model.language) onClicked: { translator.language = model.code - console.log ("Scale = " + screenInfo.scale_factor()) } } } |