]> git.saurik.com Git - wxWidgets.git/commitdiff
Increased size slightly
authorJulian Smart <julian@anthemion.co.uk>
Tue, 12 Sep 2006 12:02:54 +0000 (12:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 12 Sep 2006 12:02:54 +0000 (12:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/richtext/richtext.cpp

index 37f0089f6bb892a500c25ada7f294a1805f1a077..e0a9968d1ea164b826d82aec8019568bbe0f3c82 100644 (file)
@@ -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();