git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32312
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxStaticText *text = new wxStaticText(this, wxID_ANY, _("Did you know..."));
wxStaticText *text = new wxStaticText(this, wxID_ANY, _("Did you know..."));
- // Currently this causes the bottom half to be chopped off,
- // so disable the large font
-#ifndef __WXMSW__
if (!isPda)
{
wxFont font = text->GetFont();
if (!isPda)
{
wxFont font = text->GetFont();
font.SetWeight(wxFONTWEIGHT_BOLD);
text->SetFont(font);
}
font.SetWeight(wxFONTWEIGHT_BOLD);
text->SetFont(font);
}
m_text = new wxTextCtrl(this, wxID_ANY, wxEmptyString,
wxDefaultPosition, wxSize(200, 160),
m_text = new wxTextCtrl(this, wxID_ANY, wxEmptyString,
wxDefaultPosition, wxSize(200, 160),