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 {
|
Behavior on color {
|
||||||
ColorAnimation {
|
ColorAnimation {
|
||||||
duration: Style.animationNormal
|
duration: Style.animationFast
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Behavior on border.color {
|
Behavior on border.color {
|
||||||
ColorAnimation {
|
ColorAnimation {
|
||||||
duration: Style.animationNormal
|
duration: Style.animationFast
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue