Remove text scaling on ToolButton
BUG: 302077 Reviewed-by: Marco Martin
This commit is contained in:
parent
9bdfa5fe55
commit
2030c05cf1
@ -173,10 +173,6 @@ Item {
|
||||
rightMargin: surface.margins.right
|
||||
bottomMargin: surface.margins.bottom
|
||||
}
|
||||
scale: internal.userPressed ? 0.9 : 1
|
||||
Behavior on scale {
|
||||
PropertyAnimation { duration: 250 }
|
||||
}
|
||||
|
||||
Private.IconLoader {
|
||||
id: icon
|
||||
|
Loading…
Reference in New Issue
Block a user