Bug 191585 - wrong fontsize on systray icon
Summary: wrong fontsize on systray icon
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 14:48 UTC by christian
Modified: 2009-05-13 15:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
please see the icon at the most right , and the number 94 (unread feeds) (44.99 KB, image/png)
2009-05-04 14:50 UTC, christian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description christian 2009-05-04 14:48:45 UTC
Version:            (using Devel)
Installed from:    Compiled sources

please just see screenshot of my systemtray:
.
.
.
attachment:
Comment 1 christian 2009-05-04 14:50:41 UTC
Created attachment 33344 [details]
please see the icon at the most right , and the number 94 (unread feeds)

please see the icon at the most right , and the number 94 (unread feeds)
Comment 2 FiNeX 2009-05-06 23:15:22 UTC
Which revision did you compile? And the Qt version?
Comment 3 Christoph Feck 2009-05-07 01:06:13 UTC
SVN commit 964596 by cfeck:

Use QPixmap for rendering the tray icon

When using QImage, the font ends up too big, this seems to be
a Qt bug. Also saves some pixmap<->image conversions.

BUG: 191585


 M  +2 -2      akregator/src/trayicon.cpp  
 M  +2 -2      kmail/kmsystemtray.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=964596
Comment 4 Thomas McGuire 2009-05-13 15:24:31 UTC
SVN commit 967458 by tmcguire:

Backport r964596 by cfeck from trunk to the 4.2 branch:

Use QPixmap for rendering the tray icon

When using QImage, the font ends up too big, this seems to be
a Qt bug. Also saves some pixmap<->image conversions.

CCBUG: 191585



 M  +2 -2      akregator/src/trayicon.cpp  
 M  +2 -2      kmail/kmsystemtray.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967458