------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=122868
ogoffart kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ogoffart kde org 2006-08-04 21:44 -------
SVN commit 569783 by ogoffart:
Remove black border around photo, they are not consistant with blue head.
BUG: 122868
M +1 -6 kopetemetacontactlvi.cpp
--- branches/kopete/0.12/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
#569782:569783
@ -542,13 +542,8 @
effect->fade(photoImg, 0.8, Qt::white);
}
delete effect;
+
photoPixmap = photoImg;
- QPainter p(&photoPixmap);
- p.setPen(Qt::black);
- p.drawLine(0, 0, photoPixmap.width()-1, 0);
- p.drawLine(0, photoPixmap.height()-1,
photoPixmap.width()-1, photoPixmap.height()-1);
- p.drawLine(0, 0, 0, photoPixmap.height()-1);
- p.drawLine(photoPixmap.width()-1, 0,
photoPixmap.width()-1, photoPixmap.height()-1);
}
else
{
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel