TrayMenu adaptation to colors, spacing, scaling, etc...
This commit is contained in:
parent
c64d14319e
commit
f3530532c9
3 changed files with 50 additions and 51 deletions
|
|
@ -28,6 +28,7 @@ Singleton {
|
|||
property int radiusLarge: 20
|
||||
property int radiusMedium: 16
|
||||
property int radiusSmall: 12
|
||||
property int radiusTiny: 8
|
||||
|
||||
// Border
|
||||
property int borderThin: 1
|
||||
|
|
@ -39,6 +40,7 @@ Singleton {
|
|||
property int spacingLarge: 16
|
||||
property int spacingMedium: 12
|
||||
property int spacingSmall: 8
|
||||
property int spacingTiny: 4
|
||||
|
||||
// Animation duration (ms)
|
||||
property int animationFast: 150
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue