Summary: | telepathy icon in systemtray is bigger than the other icons | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Gernot Wieprecht <oldie> |
Component: | presence-applet | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | 0.5-next | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-presence-applet/14749c6dd9545c7236761efab9c7fc73e6bed0d1 | Version Fixed In: | 0.5.1 |
Sentry Crash Report: | |||
Attachments: | screenshot of tray |
Description
Gernot Wieprecht
2012-09-22 16:59:57 UTC
So it does: int iconSize = IconSize(KIconLoader::Small); setMinimumSize(QSize(iconSize, iconSize)); this should only happen when form factor is Plasma::Planar. Created attachment 74093 [details]
screenshot of tray
In this screenshot you can see the systemtray with the telepathy icon while the size of the "small icons" is set to 48.
(In reply to comment #1) > this should only happen when form factor is Plasma::Planar. is this something *I* should check? Oh, no. I was commenting for the other KTp developers, explaining the fix that needs doing. Sorry about any confusion. A patch fixing this is made already, just waiting on my lazy colleagues to review it :) > Git commit 14749c6dd9545c7236761efab9c7fc73e6bed0d1 by David Edmundson. > Committed on 22/09/2012 at 19:07. > Pushed by davidedmundson into branch 'kde-telepathy-0.5'. > > Only set minimum size when not in a panel > Reviewed-by: Daniele E. Domenichelli > > M +4 -2 src/presenceapplet.cpp Git commit 14749c6dd9545c7236761efab9c7fc73e6bed0d1 by David Edmundson. Committed on 22/09/2012 at 19:07. Pushed by davidedmundson into branch 'master'. Only set minimum size when not in a panel Reviewed-by: Daniele E. Domenichelli M +4 -2 src/presenceapplet.cpp http://commits.kde.org/telepathy-presence-applet/14749c6dd9545c7236761efab9c7fc73e6bed0d1 |