branch | RCL_3 |
changeset 311 | 606f4f6babf6 |
parent 109 | 223f270fa7ff |
child 342 | 9441fb8fd60d |
--- a/engine/src/FeedInfo.cpp Sat Oct 30 13:52:07 2010 +0100 +++ b/engine/src/FeedInfo.cpp Sat Oct 30 14:06:37 2010 +0100 @@ -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"); }