resize workspace icons
This commit is contained in:
parent
6653588589
commit
b84b29ed7f
2 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ Singleton {
|
|||
id: workspace
|
||||
|
||||
property int spacing: 5
|
||||
property int iconSize: 18
|
||||
property int iconSize: 16
|
||||
property int width: 30
|
||||
property int height: 30
|
||||
property int verticalPadding: 6
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Item {
|
|||
reversible: true
|
||||
ColorAnimation {
|
||||
properties: "color"
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
}
|
||||
|
|
@ -66,11 +66,11 @@ Item {
|
|||
reversible: true
|
||||
ParallelAnimation {
|
||||
RotationAnimation {
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
ColorAnimation {
|
||||
duration: 300
|
||||
duration: 200
|
||||
easing.type: Easing.OutCubic
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue