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
94a5b9ad
Commit
94a5b9ad
authored
Nov 20, 2020
by
Jan Blackquill
🌈
Committed by
Nate Graham
Dec 07, 2020
Browse files
[kcms/users]: Improve appearance of avatar selection
BUG: 430016
FIXED-IN: 5.21
parent
ed756899
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/users/package/contents/ui/UserDetailsPage.qml
View file @
94a5b9ad
...
...
@@ -317,15 +317,25 @@ SimpleKCM {
Image
{
id
:
imgDelegate
visible
:
false
smooth
:
true
mipmap
:
true
anchors.fill
:
parent
sourceSize.width
:
Kirigami
.
Units
.
gridUnit
*
5
sourceSize.height
:
Kirigami
.
Units
.
gridUnit
*
5
source
:
modelData
Accessible.ignored
:
true
}
Kirigami.ShadowedTexture
{
radius
:
width
/
2
anchors.centerIn
:
parent
width
:
Kirigami
.
Units
.
gridUnit
*
5
height
:
Kirigami
.
Units
.
gridUnit
*
5
source
:
imgDelegate
}
onClicked
:
{
picturesSheet
.
close
()
usersDetailPage
.
oldImage
=
usersDetailPage
.
user
.
face
...
...
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