Summary: | Headers of columns which have icons as contents are shown as text in the message list panel | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Marcelo Sales <mmtsales> |
Component: | new message list | Assignee: | Szymon Stefanek <pragma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | vatbier |
Priority: | NOR | ||
Version: | 1.11.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcelo Sales
2009-02-07 06:06:05 UTC
If it is possible, what about icons and then text? Well, if the icons are shown left to the text, the problem will be solved. The text will be completely truncated and only the icon would be visible, which is ok for me. I don't see much use for text in the headers these columns, however. They are generally kept with a too small width for any text to be shown in their headers. Same problem in KDE 4.2.2 The headers of these columns of messages list should use icons and not text! Now I see "Atta|Ne|Impo|Spa" in the headers of the columns. That's not at all easy to understand. Icons would be better. Complete text would make the width of the columns too large ("Attachment|New|Important|Spam"). SVN commit 1012123 by mkoller: BUG: 183517 On columns which show only an icon as their content, show also the icon in the column header instead of the text. Brings back KDE3 behavior. M +12 -11 manager.cpp M +12 -5 model.cpp M +9 -1 theme.cpp M +13 -0 theme.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1012123 SVN commit 1012125 by mkoller: Backport r1012123 by mkoller from trunk to the 4.3 branch: CCBUG: 183517 On columns which show only an icon as their content, show also the icon in the column header instead of the text. Brings back KDE3 behavior. M +12 -11 manager.cpp M +12 -5 model.cpp M +9 -1 theme.cpp M +13 -0 theme.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1012125 I'm running KDE 4.3.2 (Ubuntu packages), but still can't see this fix. In which version of KDE is this implemented? Thanks. |