summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Dashboard.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index ad6aec4..3dbff3b 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -56,10 +56,10 @@ ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width: Window.width
- height: Window.height
- //scale: screenInfo.scale_factor()
- scale: 1
+ height: 1920 - 218 - 215
+ width: 1080
+ scale: (Screen.height / 1920.0)
+
Label {
id: speed