From ebd90cced0af4fb05d6ca9377fd8283372843aaa Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 12 Sep 2006 12:02:54 +0000 Subject: [PATCH] Increased size slightly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/richtext/richtext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/richtext/richtext.cpp b/samples/richtext/richtext.cpp index 37f0089f6b..e0a9968d1e 100644 --- a/samples/richtext/richtext.cpp +++ b/samples/richtext/richtext.cpp @@ -267,7 +267,7 @@ bool MyApp::OnInit() #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) @@ -519,7 +519,7 @@ MyFrame::MyFrame(const wxString& title, wxWindowID id, const wxPoint& pos, } else { - splitter->SplitVertically(m_richTextCtrl, styleListBox, 400); + splitter->SplitVertically(m_richTextCtrl, styleListBox, 500); } splitter->UpdateSize(); -- 2.47.2