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
PIM
KDE PIM Runtime
Commits
9e095ac9
Commit
9e095ac9
authored
Feb 19, 2021
by
Laurent Montel
😁
Browse files
Add parent
parent
c55ff421
Pipeline
#51521
failed with stage
in 28 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/etesync/setupwizard.cpp
View file @
9e095ac9
...
...
@@ -95,7 +95,7 @@ LoginPage::LoginPage(QWidget *parent)
layout
->
addItem
(
new
QSpacerItem
(
0
,
10
,
QSizePolicy
::
Expanding
,
QSizePolicy
::
Expanding
));
mPasswordInfo
=
new
QLabel
;
mPasswordInfo
=
new
QLabel
(
this
)
;
mPasswordInfo
->
setText
(
i18n
(
"🛈 The password field is empty because EteSync does not store it for security reasons."
));
mPasswordInfo
->
setWordWrap
(
true
);
layout
->
addRow
(
mPasswordInfo
);
...
...
Write
Preview
Supports
Markdown
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