Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
02d01e82
Commit
02d01e82
authored
Oct 12, 2020
by
Jan Blackquill
🌈
Browse files
[kcms/users]: Add slight gradient to initials avatars
parent
647c5fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/users/package/contents/ui/UserDetailsPage.qml
View file @
02d01e82
...
...
@@ -422,6 +422,15 @@ SimpleKCM {
anchors.fill
:
parent
anchors.margins
:
Kirigami
.
Units
.
smallSpacing
color
:
modelData
.
color
Rectangle
{
anchors.fill
:
parent
gradient
:
Gradient
{
GradientStop
{
position
:
0.0
;
color
:
"
transparent
"
}
GradientStop
{
position
:
1.0
;
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.3
)
}
}
}
Kirigami.Heading
{
anchors.centerIn
:
parent
color
:
modelData
.
dark
?
"
white
"
:
"
black
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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