summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Dashboard.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index d343d8a..209388a 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -24,8 +24,8 @@ import Translator 1.0
ApplicationWindow {
id: root
- width: container.width * container.scale
- height: container.height * container.scale
+ //width: container.width * container.scale
+ //height: container.height * container.scale
Translator {
id: translator
@@ -97,7 +97,9 @@ ApplicationWindow {
anchors.centerIn: parent
width: 1080
height: 1487
- scale: screenInfo.scale_factor()
+ //scale: screenInfo.scale_factor()
+ //scale: 1080 / root.width
+ scale: root.height / 1487
Label {
id: speed