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
|
height: width
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
layer.effect: DropShadow {
|
layer.effect: DropShadow {
|
||||||
|
cached: true
|
||||||
horizontalOffset: 0
|
horizontalOffset: 0
|
||||||
verticalOffset: 2
|
verticalOffset: 2
|
||||||
radius: 8.0
|
radius: 8.0
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,7 @@ Item {
|
||||||
DropShadow {
|
DropShadow {
|
||||||
anchors.fill: icons
|
anchors.fill: icons
|
||||||
visible: !showinApp
|
visible: !showinApp
|
||||||
|
cached: true
|
||||||
horizontalOffset: 0
|
horizontalOffset: 0
|
||||||
verticalOffset: 1
|
verticalOffset: 1
|
||||||
radius: 4.0
|
radius: 4.0
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@ PlasmaCore.ColorScope {
|
||||||
DropShadow {
|
DropShadow {
|
||||||
anchors.fill: icons
|
anchors.fill: icons
|
||||||
visible: !showinApp
|
visible: !showinApp
|
||||||
|
cached: true
|
||||||
horizontalOffset: 0
|
horizontalOffset: 0
|
||||||
verticalOffset: 1
|
verticalOffset: 1
|
||||||
radius: 4.0
|
radius: 4.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue