Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Phone Components
Commits
f9ab2bc9
Commit
f9ab2bc9
authored
Dec 05, 2020
by
Devin Lin
🎨
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lockscreen anchoring to non-existent item, and fix errors
parent
9505fd24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
look-and-feel/contents/lockscreen/SimpleHeaderBar.qml
look-and-feel/contents/lockscreen/SimpleHeaderBar.qml
+1
-3
No files found.
look-and-feel/contents/lockscreen/SimpleHeaderBar.qml
View file @
f9ab2bc9
...
...
@@ -34,15 +34,13 @@ PlasmaCore.ColorScope {
layer.enabled
:
true
layer.effect
:
DropShadow
{
anchors.fill
:
icons
visible
:
!
showingApp
visible
:
true
cached
:
true
horizontalOffset
:
0
verticalOffset
:
1
radius
:
4.0
samples
:
17
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.8
)
source
:
icons
}
PlasmaCore.DataSource
{
...
...
Devin Lin
🎨
@devinlin
mentioned in issue
#58 (closed)
·
Dec 05, 2020
mentioned in issue
#58 (closed)
mentioned in issue #58
Toggle commit list
Write
Preview
Markdown
is supported
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