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 Workspace
Commits
d83a9c94
Commit
d83a9c94
authored
Jun 01, 2022
by
Nate Graham
Browse files
NoPasswordUnlock: fix indentation
GIT_SILENT (cherry picked from commit
930d3b2b
)
parent
af193829
Pipeline
#184148
passed with stage
in 13 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lookandfeel/contents/lockscreen/NoPasswordUnlock.qml
View file @
d83a9c94
...
...
@@ -10,14 +10,14 @@ import org.kde.plasma.components 3.0 as PlasmaComponents3
import
"
../components
"
SessionManagementScreen
{
focus
:
true
PlasmaComponents3.Button
{
id
:
loginButton
focus
:
true
PlasmaComponents3.Button
{
id
:
loginButton
focus
:
true
text
:
i18nd
(
"
plasma_lookandfeel_org.kde.lookandfeel
"
,
"
Unlock
"
)
icon.name
:
"
unlock
"
onClicked
:
Qt
.
quit
();
Keys.onEnterPressed
:
clicked
()
Keys.onReturnPressed
:
clicked
()
}
text
:
i18nd
(
"
plasma_lookandfeel_org.kde.lookandfeel
"
,
"
Unlock
"
)
icon.name
:
"
unlock
"
onClicked
:
Qt
.
quit
();
Keys.onEnterPressed
:
clicked
()
Keys.onReturnPressed
:
clicked
()
}
}
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