remove scale animation

This commit is contained in:
Marco Martin 2012-10-11 13:34:04 +02:00
parent 6209ca2527
commit 87c778e8dc

View File

@ -181,10 +181,6 @@ Item {
rightMargin: delegate.margins.right
bottomMargin: delegate.margins.bottom
}
scale: internal.userPressed ? 0.9 : 1
Behavior on scale {
PropertyAnimation { duration: 100 }
}
Private.IconLoader {
id: icon