X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00655497da3542fb363c136c929b31fb9c7a67d9..f35aa3daa3106af9c062ef4981fcbf91983ba193:/src/html/helpfrm.cpp?ds=sidebyside diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 08bf9f3de7..573121b725 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -681,11 +681,7 @@ class wxHtmlHelpFrameOptionsDialog : public wxDialog sizer2 -> Add(new wxStaticText(this, -1, _("Normal font:")), 0, wxLEFT | wxTOP, 10); sizer2 -> Add(NormalFont = new wxComboBox(this, -1, wxEmptyString, wxDefaultPosition, -//#ifdef __WXMSW__ wxSize(200, 200), -//#else -// wxSize(200, -1), -//#endif // FIXME: temporarily commented by VS to demonstrate the problem 0, NULL, wxCB_DROPDOWN | wxCB_READONLY), 1, wxEXPAND | wxLEFT | wxRIGHT, 10); @@ -702,11 +698,7 @@ class wxHtmlHelpFrameOptionsDialog : public wxDialog sizer2 -> Add(new wxStaticText(this, -1, _("Fixed font:")), 0, wxLEFT | wxTOP, 10); sizer2 -> Add(FixedFont = new wxComboBox(this, -1, wxEmptyString, wxDefaultPosition, -//#ifdef __WXMSW__ wxSize(200, 200), -//#else -// wxSize(200, -1), -//#endif // FIXME: temporarily commented by VS to demonstrate the problem 0, NULL, wxCB_DROPDOWN | wxCB_READONLY), 1, wxEXPAND | wxLEFT | wxRIGHT, 10);