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
0d78c361
Commit
0d78c361
authored
Jul 08, 2021
by
Laurent Montel
😁
Browse files
Remove margins
parent
90e7582d
Pipeline
#69182
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingcreaterulewidget.cpp
View file @
0d78c361
...
...
@@ -17,6 +17,7 @@ ConfirmBeforeDeletingCreateRuleWidget::ConfirmBeforeDeletingCreateRuleWidget(QWi
,
mRuleTypeComboBox
(
new
QComboBox
(
this
))
{
auto
mainLayout
=
new
QHBoxLayout
(
this
);
mainLayout
->
setContentsMargins
({});
mainLayout
->
setObjectName
(
QStringLiteral
(
"mainLayout"
));
mRuleTypeComboBox
->
setObjectName
(
QStringLiteral
(
"mRuleTypeComboBox"
));
...
...
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