Reduce animation durations from 120 to 100ms

This commit is contained in:
miruka 2019-05-17 15:41:52 -04:00
parent bbaa5ccf3b
commit 2bb08874d1

View File

@ -4,7 +4,7 @@ import QtQuick 2.7
QtObject {
id: style
property int animationDuration: 120
property int animationDuration: 100
readonly property QtObject fontSize: QtObject {
property int smallest: 6