Summary: | Kmail's height cannot be reduced below a certain limit | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Shlomi Fish <shlomif> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lemma |
Priority: | NOR | Keywords: | triaged |
Version: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Shlomi Fish
2004-10-21 13:08:58 UTC
Could you provide a screenshot of the minimum height so we can see why this is happening? Sure, check: http://www.shlomifish.org/bugs/kde-91819-kmail-max-height.png For an image of the window's minimal height. Hmmm... my mistake. The correct image with the minimal height is: http://www.shlomifish.org/bugs/kde-91819-kmail-min-height.png Regards, Shlomi Fish It's been a long time. I can't see any reason why one shouldn't be able to make it smaller, is there? Removing the code that sets the minimum size makes the window size be limited by the minimum widgets sizes. kmail can get really really small that way while still displaying fine. SVN commit 881999 by mleupold: Don't set the minimum size as that's smaller than kmmainwin's and kontact's default size anyway. Voila, you can make kmail as small as you want now :) BUG: 91819 M +0 -5 kmmainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=881999 |