Don't jump around

This commit is contained in:
Sebastian Kügler 2013-02-15 02:42:46 +01:00
parent b8ac0c045c
commit e41d77f142

View File

@ -80,7 +80,6 @@ Item {
drag.target: parent
onClicked: {
var s = (frame.width == frame.large) ? frame.small : frame.large;
frame.x = s
frame.height = s
frame.width = s
}