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
51dd3274
Commit
51dd3274
authored
Oct 12, 2020
by
Jan Blackquill
🌈
Browse files
[kcm/users]: Add transition to faux page in avatar sheet
parent
02d01e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/users/package/contents/ui/UserDetailsPage.qml
View file @
51dd3274
...
...
@@ -228,8 +228,10 @@ SimpleKCM {
text
:
i18n
(
"
Change Avatar
"
)
}
}
StackLayout
{
QQC2.SwipeView
{
id
:
stackSwitcher
interactive
:
false
Layout.preferredWidth
:
usersDetailPage
.
width
-
(
Kirigami
.
Units
.
largeSpacing
*
4
)
Keys.onEscapePressed
:
{
picturesSheet
.
close
()
...
...
@@ -248,6 +250,8 @@ SimpleKCM {
Layout.fillWidth
:
true
Layout.alignment
:
Qt
.
AlignHCenter
Layout.leftMargin
:
Kirigami
.
Units
.
largeSpacing
Layout.rightMargin
:
Kirigami
.
Units
.
largeSpacing
QQC2.Button
{
Layout.preferredHeight
:
Kirigami
.
Units
.
gridUnit
*
6
...
...
@@ -373,6 +377,8 @@ SimpleKCM {
Layout.fillWidth
:
true
Layout.alignment
:
Qt
.
AlignHCenter
Layout.leftMargin
:
Kirigami
.
Units
.
largeSpacing
Layout.rightMargin
:
Kirigami
.
Units
.
largeSpacing
QQC2.Button
{
Layout.preferredHeight
:
Kirigami
.
Units
.
gridUnit
*
6
...
...
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