Further WinCE adaptations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -412,11 +412,13 @@ void wxGenericFontDialog::CreateWidgets()
|
||||
|
||||
pointSizeChoice->SetSelection(dialogFont.GetPointSize()-1);
|
||||
|
||||
#if !defined(__SMARTPHONE__) && !defined(__POCKETPC__)
|
||||
GetSizer()->SetItemMinSize(m_previewer, is_pda ? 100 : 430, is_pda ? 40 : 100);
|
||||
GetSizer()->SetSizeHints(this);
|
||||
GetSizer()->Fit(this);
|
||||
|
||||
Centre(wxBOTH);
|
||||
#endif
|
||||
|
||||
delete[] families;
|
||||
delete[] styles;
|
||||
|
Reference in New Issue
Block a user