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 Mobile
Commits
f4f743a8
Commit
f4f743a8
authored
Jan 13, 2022
by
Devin Lin
🎨
Browse files
lockscreen: Use smaller up icon
parent
e555a444
Pipeline
#123116
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
look-and-feel/contents/lockscreen/LockScreen.qml
View file @
f4f743a8
...
...
@@ -231,6 +231,8 @@ PlasmaCore.ColorScope {
anchors.bottom
:
parent
.
bottom
anchors.bottomMargin
:
PlasmaCore
.
Units
.
gridUnit
+
passwordFlickable
.
contentY
*
0.5
anchors.horizontalCenter
:
parent
.
horizontalCenter
implicitWidth
:
PlasmaCore
.
Units
.
iconSizes
.
smallMedium
implicitHeight
:
PlasmaCore
.
Units
.
iconSizes
.
smallMedium
opacity
:
1
-
(
passwordFlickable
.
contentY
/
passwordFlickable
.
columnHeight
)
colorGroup
:
PlasmaCore
.
Theme
.
ComplementaryColorGroup
...
...
@@ -268,6 +270,7 @@ PlasmaCore.ColorScope {
oldContentY
=
contentY
;
}
// keypad area
ColumnLayout
{
id
:
passwordLayout
anchors.bottom
:
parent
.
bottom
...
...
@@ -278,6 +281,8 @@ PlasmaCore.ColorScope {
// scroll down icon
PlasmaCore.IconItem
{
Layout.alignment
:
Qt
.
AlignHCenter
implicitWidth
:
PlasmaCore
.
Units
.
iconSizes
.
smallMedium
implicitHeight
:
PlasmaCore
.
Units
.
iconSizes
.
smallMedium
colorGroup
:
PlasmaCore
.
Theme
.
ComplementaryColorGroup
source
:
"
arrow-down
"
opacity
:
Math
.
sin
((
Math
.
PI
/
2
)
*
(
passwordFlickable
.
contentY
/
passwordFlickable
.
columnHeight
)
+
1.5
*
Math
.
PI
)
+
1
...
...
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