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
fbc31fcf
Commit
fbc31fcf
authored
Oct 04, 2020
by
Devin Lin
🎨
Committed by
Nate Graham
Oct 04, 2020
Browse files
[kcms/users] Fix "passwords must match" error message being too narrow
parent
f7a5514f
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/users/package/contents/ui/CreateUser.qml
View file @
fbc31fcf
...
...
@@ -75,6 +75,7 @@ KCM.SimpleKCM {
Kirigami.InlineMessage
{
id
:
passwordWarning
Layout.fillWidth
:
true
type
:
Kirigami
.
MessageType
.
Error
text
:
i18n
(
"
Passwords must match
"
)
visible
:
passwordField
.
text
!=
""
&&
verifyField
.
text
!=
""
&&
passwordField
.
text
!=
verifyField
.
text
...
...
Devin Lin
🎨
@devinlin
mentioned in commit
fa965a8b
·
Oct 04, 2020
mentioned in commit
fa965a8b
mentioned in commit fa965a8b3296db7704d974fd2da64ea04c7a15ff
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