Bug 191585

Summary: wrong fontsize on systray icon
Product: [Applications] akregator Reporter: christian <ch75>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: please see the icon at the most right , and the number 94 (unread feeds)

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