aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/main.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-05 15:51:07 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-05 15:51:07 +0900
commit05743cd2655c20b052b2f3e16c9ad2109ba77dca (patch)
tree38107978246c524763077cbe3f7b6b5cfcb955cd /homescreen/qml/main.qml
parent3c5ae32f75e799758e221c91c8452ea7eb1258e5 (diff)
Diffstat (limited to 'homescreen/qml/main.qml')
-rw-r--r--homescreen/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index 6dace77..fdd3daa 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -33,7 +33,7 @@ Window {
anchors.centerIn: parent
width: 1080
height: 1920
- scale: 1.0
+ scale: screenInfo.scale_factor()
source: './images/AGL_HMI_Blue_Background_NoCar-01.png'
ColumnLayout {