Reduce animation durations from 120 to 100ms
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user