fade in/out for dynamic modules, fix tray icon theming
This commit is contained in:
parent
d0f7c0872a
commit
4109078a91
6 changed files with 17 additions and 7 deletions
|
|
@ -8,6 +8,8 @@ Row {
|
|||
property string tooltip: ""
|
||||
property bool _hovered: false
|
||||
|
||||
Behavior on opacity { NumberAnimation { duration: 150 } }
|
||||
|
||||
layer.enabled: _hovered
|
||||
layer.effect: MultiEffect {
|
||||
shadowEnabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue