From 6b7c259585ee9196e568b5526daee4e161d2d3ec Mon Sep 17 00:00:00 2001 From: Rachit Gupta Date: Sun, 25 May 2014 17:29:21 +0530 Subject: Added setOptimalLayoutSize() to resize the dialog after images load. Change-Id: If85d4baacbffb6b7e6bf8feceb9c58697ee158d8 --- cui/source/options/personalization.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index 9346e3d18bf8..8493fdd2952d 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -372,6 +372,7 @@ void SearchAndParseThread::execute() m_pPersonaDialog->SetImages( vImageList ); sProgress = ""; m_pPersonaDialog->SetProgress( sProgress ); + m_pPersonaDialog->setOptimalLayoutSize(); } // TODO: Think of some way to retrieve only the preview image and skip the rest! -- cgit