diff -r 3b03c28289e6 -r f683e24efca3 qtinternetradio/ui/src/irabstractlistviewbase.cpp --- a/qtinternetradio/ui/src/irabstractlistviewbase.cpp Fri Jun 11 13:30:40 2010 +0300 +++ b/qtinternetradio/ui/src/irabstractlistviewbase.cpp Wed Jun 23 18:04:00 2010 +0300 @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include @@ -121,7 +121,8 @@ iArtistSongName->setLoopCount(KAnimationLoopTimes); iListView = qobject_cast(iLoader.findObject(ABSTRACT_LIST_VIEW_BASE_OBJECT_LISTVIEW)); - + iListView->listItemPrototype()->setGraphicsSize(HbListViewItem::LargeIcon); + // draw background for now playing banner HbFrameDrawer* drawer = new HbFrameDrawer(NOW_PLAYING_BANNER_FRAME, HbFrameDrawer::NinePieces); HbFrameItem* backgroundItem = new HbFrameItem(drawer, iPlayingBanner);