Reduce animation durations from 120 to 100ms
This commit is contained in:
parent
bbaa5ccf3b
commit
2bb08874d1
|
@ -4,7 +4,7 @@ import QtQuick 2.7
|
||||||
QtObject {
|
QtObject {
|
||||||
id: style
|
id: style
|
||||||
|
|
||||||
property int animationDuration: 120
|
property int animationDuration: 100
|
||||||
|
|
||||||
readonly property QtObject fontSize: QtObject {
|
readonly property QtObject fontSize: QtObject {
|
||||||
property int smallest: 6
|
property int smallest: 6
|
||||||
|
|
Loading…
Reference in New Issue
Block a user