Remove text scaling on ToolButton

BUG: 302077
Reviewed-by: Marco Martin
This commit is contained in:
David Edmundson 2012-06-20 13:34:14 +01:00
parent 9bdfa5fe55
commit 2030c05cf1

View File

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