Add animation speed slider in general tab, always collapse activeWindow
GeneralTab: add animation speed slider Workspace: set activeWindow to always collapsed except for hover Misc: replaced a lot of animations with Style.animationXYZ
This commit is contained in:
parent
563a151277
commit
124d9becc6
7 changed files with 55 additions and 34 deletions
|
|
@ -9,7 +9,7 @@ Item {
|
|||
property color color: Color.mPrimary
|
||||
property int size: Style.baseWidgetSize * scaling
|
||||
property int strokeWidth: Style.borderL * scaling
|
||||
property int duration: 1000
|
||||
property int duration: Style.animationSlow * 2
|
||||
|
||||
implicitWidth: size
|
||||
implicitHeight: size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue