Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
libksieve
Commits
9bf6d23d
Commit
9bf6d23d
authored
Jun 29, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix layout warning
(cherry picked from commit
9de4f389
)
parent
9ab5aa43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/ksieveui/vacation/vacationeditwidget.cpp
src/ksieveui/vacation/vacationeditwidget.cpp
+3
-3
No files found.
src/ksieveui/vacation/vacationeditwidget.cpp
View file @
9bf6d23d
...
...
@@ -79,7 +79,7 @@ VacationEditWidget::VacationEditWidget(QWidget *parent)
glay
->
addWidget
(
mSubject
,
row
,
1
);
++
row
;
QHBoxLayout
*
timeLayout
=
new
QHBoxLayout
(
this
)
;
QHBoxLayout
*
timeLayout
=
new
QHBoxLayout
;
// Start date
mStartDate
=
new
KDateComboBox
(
this
);
mStartDate
->
setObjectName
(
QStringLiteral
(
"mStartDate"
));
...
...
@@ -105,7 +105,7 @@ VacationEditWidget::VacationEditWidget(QWidget *parent)
++
row
;
// End date
timeLayout
=
new
QHBoxLayout
(
this
)
;
timeLayout
=
new
QHBoxLayout
;
mEndDate
=
new
KDateComboBox
(
this
);
mEndDate
->
setObjectName
(
QStringLiteral
(
"mEndDate"
));
...
...
@@ -172,7 +172,7 @@ VacationEditWidget::VacationEditWidget(QWidget *parent)
mMailActionRecipient
->
setClearButtonEnabled
(
true
);
mMailActionRecipient
->
setEnabled
(
false
);
QHBoxLayout
*
hLayout
=
new
QHBoxLayout
(
this
)
;
QHBoxLayout
*
hLayout
=
new
QHBoxLayout
;
hLayout
->
addWidget
(
mMailAction
);
hLayout
->
addWidget
(
mMailActionRecipient
);
...
...
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