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 {
opacity: scale
enabled: !closeAnimation.running
anchors {
top: parent.top
right: parent.right
topMargin: -10
rightMargin: -10
bottom: parent.bottom
horizontalCenter: parent.horizontalCenter
}
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