Kaydet (Commit) 3ad6bb1b authored tarafından Krisztian Pinter's avatar Krisztian Pinter

startcenter: Fix overlapping template thumbnails in Start Center

Change-Id: Id6e72a83f32a61889307713db32167e47d447b2a
üst 5997ba90
......@@ -328,7 +328,8 @@ void BackingWindow::setupTemplateView( TemplateLocalView* pView, FILTER_APPLICAT
pView->setItemMaxTextLength(nTemplateItemMaxTextLength);
pView->setItemDimensions(nTemplateItemMaxWidth, nTemplateItemThumbnailMaxHeight,
nTemplateItemMaxHeight-nTemplateItemMaxHeight, nTemplateItemPadding);
nTemplateItemMaxHeight-nTemplateItemThumbnailMaxHeight,
nTemplateItemPadding);
pView->filterItems(ViewFilter_Application(eFilter));
pView->Populate();
pView->Hide(); // hidden by default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment