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
3282d413
Commit
3282d413
authored
Oct 04, 2020
by
Nate Graham
Browse files
[kcms/users] Fix "Passwords must match" message in change password sheet
parent
fbc31fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/users/package/contents/ui/ChangePassword.qml
View file @
3282d413
...
...
@@ -76,10 +76,11 @@ Kirigami.OverlaySheet {
Kirigami.InlineMessage
{
id
:
passwordWarning
Layout.fillWidth
:
true
Layout.maximumWidth
:
verifyField
.
width
type
:
Kirigami
.
MessageType
.
Error
text
:
i18n
(
"
Passwords must match
"
)
visible
:
passwordField
.
text
!=
""
&&
verifyField
.
text
!=
""
&&
passwordField
.
text
!=
verifyField
.
text
Layout.alignment
:
Qt
.
AlignLeft
}
QQC2.Button
{
id
:
passButton
...
...
Nate Graham
@ngraham
mentioned in commit
8f8c0f92
·
Oct 04, 2020
mentioned in commit
8f8c0f92
mentioned in commit 8f8c0f92b4df82981ec0a88b0bcea26b2285cc46
Toggle commit list
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