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 Add-ons
Commits
53742418
Commit
53742418
authored
Mar 01, 2021
by
Laurent Montel
😁
Browse files
Add stretch here
parent
abe7bfe0
Pipeline
#52595
passed with stage
in 55 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/plugins/mailmergeplugin/mailmergedialog.cpp
View file @
53742418
...
...
@@ -34,6 +34,7 @@ MailMergeDialog::MailMergeDialog(QWidget *parent)
mPreview
=
new
QPushButton
(
i18n
(
"Preview"
),
this
);
buttonBox
->
addButton
(
mPreview
,
QDialogButtonBox
::
ActionRole
);
connect
(
mPreview
,
&
QPushButton
::
clicked
,
this
,
&
MailMergeDialog
::
slotPreview
);
mainLayout
->
addStretch
();
}
MailMergeDialog
::~
MailMergeDialog
()
...
...
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