branch | symbian1 |
changeset 336 | 3d6c1417e8bd |
parent 60 | 4d230e702aa3 |
child 340 | 37610dda6102 |
--- a/engine/src/FeedInfo.cpp Tue Oct 26 15:58:11 2010 +0100 +++ b/engine/src/FeedInfo.cpp Fri Nov 12 20:48:14 2010 +0000 @@ -225,7 +225,7 @@ { // If this fails, no reason to worry iFeedIcon = new CFbsBitmap(); - TRAP_IGNORE(aPodcastModel->ImageHandler().LoadFileAndScaleL(FeedIcon(), ImageFileName(), TSize(64,56), *this, Uid())); + TRAP_IGNORE(aPodcastModel->ImageHandler().LoadFileAndScaleL(FeedIcon(), ImageFileName(), TSize(128,128), *this, Uid())); } DP("CFeedInfo::SetImageFileNameL END"); }