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
PIM
KMail
Commits
2f3272a0
Commit
2f3272a0
authored
Aug 08, 2022
by
Laurent Montel
Browse files
Remove not necessary comment
parent
4af520a7
Pipeline
#214939
passed with stage
in 6 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/configuredialog/configurecomposerpage.cpp
View file @
2f3272a0
...
...
@@ -213,10 +213,10 @@ ComposerPageGeneralTab::ComposerPageGeneralTab(QWidget *parent)
mWordWrapCheck
->
setWhatsThis
(
helpText
);
mWrapColumnSpin
=
new
QSpinBox
(
this
);
mWrapColumnSpin
->
setMaximum
(
200
/*max*/
);
mWrapColumnSpin
->
setMinimum
(
30
/*min*/
);
mWrapColumnSpin
->
setSingleStep
(
1
/*step*/
);
mWrapColumnSpin
->
setValue
(
78
/*init*/
);
mWrapColumnSpin
->
setMaximum
(
200
);
mWrapColumnSpin
->
setMinimum
(
30
);
mWrapColumnSpin
->
setSingleStep
(
1
);
mWrapColumnSpin
->
setValue
(
78
);
mWrapColumnSpin
->
setEnabled
(
false
);
// since !mWordWrapCheck->isChecked()
helpText
=
i18n
(
"Set the text width for automatic word wrapping"
);
...
...
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