git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41177
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
// create the main application window
#endif
// create the main application window
- MyFrame *frame = new MyFrame(_T("wxRichTextCtrl Sample"), wxID_ANY, wxDefaultPosition, wxSize(600, 500));
+ MyFrame *frame = new MyFrame(_T("wxRichTextCtrl Sample"), wxID_ANY, wxDefaultPosition, wxSize(700, 600));
// and show it (the frames, unlike simple controls, are not shown when
// created initially)
// and show it (the frames, unlike simple controls, are not shown when
// created initially)
- splitter->SplitVertically(m_richTextCtrl, styleListBox, 400);
+ splitter->SplitVertically(m_richTextCtrl, styleListBox, 500);
}
splitter->UpdateSize();
}
splitter->UpdateSize();