Minor adatation for PDA size.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2003-07-25 18:53:19 +00:00
parent d8970354a9
commit 48e5489066

View File

@@ -1229,7 +1229,9 @@ wxFileDialog::wxFileDialog(wxWindow *parent,
SetSizer( mainsizer );
mainsizer->Fit( this );
mainsizer->SetSizeHints( this );
if (!is_pda)
mainsizer->SetSizeHints( this );
Centre( wxBOTH );