summaryrefslogtreecommitdiffstats
path: root/startupscreen/GuideView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/GuideView.qml')
-rw-r--r--startupscreen/GuideView.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/startupscreen/GuideView.qml b/startupscreen/GuideView.qml
index fb6dd2e..f4c952e 100644
--- a/startupscreen/GuideView.qml
+++ b/startupscreen/GuideView.qml
@@ -53,7 +53,7 @@ import QtQuick.Layouts
import QtQuick.Controls
import StartupScreen
-Item {
+Item {
id: root
width: parent.width
height: parent.height
@@ -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