summaryrefslogtreecommitdiffstats
path: root/startupscreen/GuideView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/GuideView.qml')
-rw-r--r--startupscreen/GuideView.qml1
1 files changed, 1 insertions, 0 deletions
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