[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source
Rachit Gupta
rachitgupta1792 at gmail.com
Sun May 25 05:01:47 PDT 2014
cui/source/options/personalization.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1e5ae6180a65ff5dfe7371a8e0a3240319da1e81
Author: Rachit Gupta <rachitgupta1792 at 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!
More information about the Libreoffice-commits
mailing list