Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
cf91c250
Commit
cf91c250
authored
Feb 12, 2020
by
Marco Martin
Browse files
cache shadows
parent
6c9b6aca
Changes
3
Hide whitespace changes
Inline
Side-by-side
containments/homescreen/package/contents/ui/ScrollIndicator.qml
View file @
cf91c250
...
...
@@ -33,6 +33,7 @@ PlasmaCore.SvgItem {
height
:
width
layer.enabled
:
true
layer.effect
:
DropShadow
{
cached
:
true
horizontalOffset
:
0
verticalOffset
:
2
radius
:
8.0
...
...
containments/panel/package/contents/ui/main.qml
View file @
cf91c250
...
...
@@ -146,6 +146,7 @@ Item {
DropShadow
{
anchors.fill
:
icons
visible
:
!
showinApp
cached
:
true
horizontalOffset
:
0
verticalOffset
:
1
radius
:
4.0
...
...
containments/taskpanel/package/contents/ui/main.qml
View file @
cf91c250
...
...
@@ -104,6 +104,7 @@ PlasmaCore.ColorScope {
DropShadow
{
anchors.fill
:
icons
visible
:
!
showinApp
cached
:
true
horizontalOffset
:
0
verticalOffset
:
1
radius
:
4.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment