Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
be04830d
Commit
be04830d
authored
May 13, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/Applications/16.04'
parents
8e617992
89873171
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
kmail/src/editor/kmcomposerwin.cpp
kmail/src/editor/kmcomposerwin.cpp
+1
-1
kmail/src/settings/kmail.kcfg.cmake
kmail/src/settings/kmail.kcfg.cmake
+1
-1
No files found.
kmail/src/editor/kmcomposerwin.cpp
View file @
be04830d
...
...
@@ -450,7 +450,7 @@ KMComposerWin::KMComposerWin(const KMime::Message::Ptr &aMsg, bool lastSignState
connect
(
kmkernel
->
folderCollectionMonitor
(),
&
Akonadi
::
Monitor
::
collectionRemoved
,
this
,
&
KMComposerWin
::
slotFolderRemoved
);
connect
(
kmkernel
,
&
KMKernel
::
configChanged
,
this
,
&
KMComposerWin
::
slotConfigChanged
);
mMainWidget
->
resize
(
4
80
,
51
0
);
mMainWidget
->
resize
(
8
0
0
,
60
0
);
setCentralWidget
(
mMainWidget
);
if
(
KMailSettings
::
self
()
->
useHtmlMarkup
())
{
...
...
kmail/src/settings/kmail.kcfg.cmake
View file @
be04830d
...
...
@@ -268,7 +268,7 @@
<group name=
"Geometry"
>
<entry name=
"ComposerSize"
type=
"Size"
key=
"composer"
>
<default>
QSize
(
480,51
0
)
</default>
<default>
QSize
(
800,60
0
)
</default>
</entry>
<entry name=
"IdentityDialogSize"
type=
"Size"
key=
"Identity Dialog size"
>
<label>The size of the identity
dialog
(
for internal use only
)
</label>
...
...
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