summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-05-25 17:29:21 +0530
committerRachit Gupta <rachitgupta1792@gmail.com>2014-05-25 17:29:21 +0530
commit1e5ae6180a65ff5dfe7371a8e0a3240319da1e81 (patch)
tree326ffb19a0174642816dadf7d0a1d3ab3dac8cf3
parent62df0a31f5298843586c3c4936434761fdf4268c (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 357d5ab82f13..e4d82ef2da14 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!