resize workspace icons

This commit is contained in:
Benjamin Palko 2025-07-20 09:23:43 -04:00
parent 6653588589
commit b84b29ed7f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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
}
}