NCheckBox: fast animation speed like the others
This commit is contained in:
parent
3065bec6c9
commit
e03042c411
1 changed files with 2 additions and 2 deletions
|
|
@ -44,13 +44,13 @@ RowLayout {
|
|||
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: Style.animationNormal
|
||||
duration: Style.animationFast
|
||||
}
|
||||
}
|
||||
|
||||
Behavior on border.color {
|
||||
ColorAnimation {
|
||||
duration: Style.animationNormal
|
||||
duration: Style.animationFast
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue