Commit b23c741b authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[closebutton] Move the closing button on app switcher to the bottom.

parent 34aa76bd
...@@ -100,10 +100,8 @@ MouseArea { ...@@ -100,10 +100,8 @@ MouseArea {
opacity: scale opacity: scale
enabled: !closeAnimation.running enabled: !closeAnimation.running
anchors { anchors {
top: parent.top bottom: parent.bottom
right: parent.right horizontalCenter: parent.horizontalCenter
topMargin: -10
rightMargin: -10
} }
onClicked: closeAnimation.start() onClicked: closeAnimation.start()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment