Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
fbc31fcf
Commit
fbc31fcf
authored
Oct 04, 2020
by
Devin Lin
🎨
Committed by
Nate Graham
Oct 04, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kcms/users] Fix "passwords must match" error message being too narrow
parent
f7a5514f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
kcms/users/package/contents/ui/CreateUser.qml
kcms/users/package/contents/ui/CreateUser.qml
+1
-0
No files found.
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
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