mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
cache shadows
This commit is contained in:
parent
6c9b6acace
commit
cf91c25073
3 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ PlasmaCore.SvgItem {
|
|||
height: width
|
||||
layer.enabled: true
|
||||
layer.effect: DropShadow {
|
||||
cached: true
|
||||
horizontalOffset: 0
|
||||
verticalOffset: 2
|
||||
radius: 8.0
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ Item {
|
|||
DropShadow {
|
||||
anchors.fill: icons
|
||||
visible: !showinApp
|
||||
cached: true
|
||||
horizontalOffset: 0
|
||||
verticalOffset: 1
|
||||
radius: 4.0
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ PlasmaCore.ColorScope {
|
|||
DropShadow {
|
||||
anchors.fill: icons
|
||||
visible: !showinApp
|
||||
cached: true
|
||||
horizontalOffset: 0
|
||||
verticalOffset: 1
|
||||
radius: 4.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue