Skip to content
GitLab
Menu
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
a61e7db8
Commit
a61e7db8
authored
Nov 29, 2021
by
Nate Graham
Browse files
Lock & login screens: Use RTL-friendly arrows when in RTL mode
CCBUG: 440650 (cherry picked from commit
c007e68a
)
parent
34375ab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
lookandfeel/contents/lockscreen/MainBlock.qml
View file @
a61e7db8
...
...
@@ -93,7 +93,7 @@ SessionManagementScreen {
Layout.preferredHeight
:
passwordBox
.
implicitHeight
Layout.preferredWidth
:
loginButton
.
Layout
.
preferredHeight
icon.name
:
"
go-next
"
icon.name
:
LayoutMirroring
.
enabled
?
"
go-previous
"
:
"
go-next
"
onClicked
:
startLogin
()
}
...
...
sddm-theme/Login.qml
View file @
a61e7db8
...
...
@@ -117,7 +117,7 @@ SessionManagementScreen {
Layout.preferredHeight
:
passwordBox
.
implicitHeight
Layout.preferredWidth
:
text
.
length
==
0
?
loginButton
.
Layout
.
preferredHeight
:
-
1
icon.name
:
text
.
length
==
0
?
"
go-next
"
:
""
icon.name
:
text
.
length
==
0
?
(
root
.
LayoutMirroring
.
enabled
?
"
go-previous
"
:
"
go-next
"
)
:
""
text
:
root
.
showUsernamePrompt
||
userList
.
currentItem
.
needsPassword
?
""
:
i18n
(
"
Log In
"
)
onClicked
:
startLogin
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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