-
- int height = 70; // FIXME arbitrary numbers
- if ( hasAbortButton )
- height += 35;
- wxFrame::Create(m_parent, -1, title,
- wxPoint(0, 0), wxSize(220, height),
- wxDEFAULT_DIALOG_STYLE | style );
+
+ wxFrame::Create(m_parent, -1, title);
+ SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DFACE));