[Libreoffice-commits] .: Branch 'feature/layout' - sw/source

Ricardo Cruz rpmcruz at kemper.freedesktop.org
Fri Dec 17 20:40:59 PST 2010


 sw/source/ui/dialog/wordcountdialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 92b81e86161ed0064d53ef90e4ff7b36f3ce9f68
Author: Ricardo Cruz <rpmcruz at alunos.dcc.fc.up.pt>
Date:   Sat Dec 18 04:40:38 2010 +0000

    Added min button sizes to ButtonBox, like gtk does: disabled for now

diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx
index e90f6d4..5711a9b 100644
--- a/sw/source/ui/dialog/wordcountdialog.cxx
+++ b/sw/source/ui/dialog/wordcountdialog.cxx
@@ -222,6 +222,7 @@ SwWordCountDialog::SwWordCountDialog (Window* parent) :
     vbox->Pack (bbox, false, true);
 
     SetText (String::CreateFromAscii ("Word Count"));
+//    SetDefaultSize (450, 350);
     AddChild (vbox);
     Layout::ShowAll (this);
 


More information about the Libreoffice-commits mailing list