Dock: improvements, new animations, always float, better look.
This commit is contained in:
parent
7860c41959
commit
809f16c27e
2 changed files with 77 additions and 54 deletions
|
|
@ -60,6 +60,7 @@ Singleton {
|
|||
property int animationFast: Math.round(150 * Settings.data.general.animationSpeed)
|
||||
property int animationNormal: Math.round(300 * Settings.data.general.animationSpeed)
|
||||
property int animationSlow: Math.round(450 * Settings.data.general.animationSpeed)
|
||||
property int animationSlowest: Math.round(750 * Settings.data.general.animationSpeed)
|
||||
|
||||
// Dimensions
|
||||
property int barHeight: 36
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue