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
libksieve
Commits
c335ee3e
Commit
c335ee3e
authored
Jun 26, 2017
by
Laurent Montel
Browse files
Fix label
parent
cee0901a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ksieveui/vacation/multiimapvacationdialog.cpp
View file @
c335ee3e
...
...
@@ -109,8 +109,12 @@ void MultiImapVacationDialog::init()
"You can do this on the
\"
Filtering
\"
tab of the IMAP "
"account configuration."
));
lab
->
setWordWrap
(
true
);
lab
->
setAlignment
(
Qt
::
AlignHCenter
|
Qt
::
AlignVCenter
);
QFont
font
=
lab
->
font
();
font
.
setBold
(
true
);
font
.
setPointSize
(
font
.
pointSize
()
+
2
);
lab
->
setFont
(
font
);
vbox
->
addWidget
(
lab
);
vbox
->
addStretch
();
lab
->
setWordWrap
(
true
);
d
->
mStackedWidget
->
addWidget
(
w
);
d
->
mStackedWidget
->
setCurrentIndex
(
0
);
...
...
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