summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-05-25 17:29:21 +0530
committerJan Holesovsky <kendy@collabora.com>2014-08-14 19:43:24 +0200
commit6b7c259585ee9196e568b5526daee4e161d2d3ec (patch)
treed1f3c1fc418c43b4af8ddd45780165e94319e941
parentbe5fdea649b11e03f0fa7c48e0e078801092d3dd (diff)
Added setOptimalLayoutSize() to resize the dialog after images load.
Change-Id: If85d4baacbffb6b7e6bf8feceb9c58697ee158d8
-rw-r--r--cui/source/options/personalization.cxx1
1 files changed, 1 insertions, 0 deletions
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!