From e65304f19ee63366fb37c36cd8d8b1067393b3ae Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Wed, 3 Aug 2022 11:39:42 +0300 Subject: Integrate Wifi management to startupscreen Task-number: QTBUG-97101 Change-Id: I23e26ce745c114a1749a2edc39a37a09a2f3a323 Reviewed-by: Samuli Piippo --- startupscreen/GuideView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'startupscreen/GuideView.qml') diff --git a/startupscreen/GuideView.qml b/startupscreen/GuideView.qml index fb6dd2e..3e980e3 100644 --- a/startupscreen/GuideView.qml +++ b/startupscreen/GuideView.qml @@ -85,6 +85,7 @@ Item { opacity: 0.5 MouseArea { anchors.fill: parent + anchors.margins: -width onPressed: backButton.scale = 0.4 onReleased: backButton.scale = 0.5 onClicked: root.visible = false -- cgit v1.2.3