From 05743cd2655c20b052b2f3e16c9ad2109ba77dca Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 5 Apr 2019 15:51:07 +0900 Subject: fix bug --- homescreen/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/main.qml') 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 { -- cgit 1.2.3-korg