cui/source/options/personalization.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1e5ae6180a65ff5dfe7371a8e0a3240319da1e81
Author: Rachit Gupta <rachitgupta1...@gmail.com>
Date:   Sun May 25 17:29:21 2014 +0530

    Added setOptimalLayoutSize() to resize the dialog after images load.
    
    Change-Id: If85d4baacbffb6b7e6bf8feceb9c58697ee158d8

diff --git a/cui/source/options/personalization.cxx 
b/cui/source/options/personalization.cxx
index 357d5ab..e4d82ef 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!
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to