Summary: | KMail configuration dialog is too tall | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Alexander Potashev <aspotashev> |
Component: | config dialog | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel, sudhir |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/bdd0fe469fae2ef218ead570378873c03585d5f9 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
screenshot
screenshot screenshot |
Description
Alexander Potashev
2015-07-19 17:07:05 UTC
I don't have problem here, we don't hardcode size. Size is saved when we close dialog first time (and each time that it closed). But initialize size is not define. So I can't fix existing size. I meant the _minimum_ height of the dialog is around 880 pixels. This does not fit my laptop screen at max. resolution of 1366x768. Git commit bdd0fe469fae2ef218ead570378873c03585d5f9 by Montel Laurent. Committed on 21/07/2015 at 19:01. Pushed by mlaurent into branch 'master'. Fix Bug 350379 - KMail configuration dialog is too tall M +27 -0 messageviewer/gravatar/autotests/gravatarconfiguresettingsdialogtest.cpp M +3 -0 messageviewer/gravatar/autotests/gravatarconfiguresettingsdialogtest.h M +11 -88 messageviewer/gravatar/autotests/gravatarconfigwidgettest.cpp M +6 -10 messageviewer/gravatar/gravatarconfiguresettingsdialog.cpp M +19 -70 messageviewer/gravatar/gravatarconfigwidget.cpp M +4 -11 messageviewer/gravatar/gravatarconfigwidget.h http://commits.kde.org/kdepim/bdd0fe469fae2ef218ead570378873c03585d5f9 Created attachment 93684 [details]
screenshot
Alexander does you problem go away if you disable Gravatar settings. I have the same problem for reasons unclear to me. Toggling Gravatar settings doesn't do anything. This is a new problem on a clean install of Fedora 22. I didn't have this problem on most previous releases of Plasma. Created attachment 93782 [details]
screenshot
Yes, the dialog is now 690 pixels high here which is acceptable for me. The Gravatar configuration now look like in the attached screenshot.
Created attachment 93785 [details]
screenshot
Yes, the dialog is now 690 pixels high here which is acceptable for me. The Gravatar configuration now look like in the attached screenshot.
I don't even have Gravatar configure button. Enable/Disabling it doesn't seem to do anything. Maybe I am hitting a different bug. You probably didn't update the source code from Git. |