diff options
author | Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> | 2010-12-18 04:40:38 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-07-21 11:34:01 +0100 |
commit | 9bab9faf49309e14a11082074a3d77b766af2a29 (patch) | |
tree | 08d955a10ef912165bab80aa776c9b120a4850de | |
parent | a547a907f947fc5f99686ad8713fb3156d67d931 (diff) |
Added min button sizes to ButtonBox, like gtk does: disabled for now
-rw-r--r-- | sw/source/ui/dialog/wordcountdialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx index e90f6d49d2..5711a9b4a2 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); |