Increase the initial size of the log window a bit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-25 19:50:49 +00:00
parent 4f62b37a95
commit 8faa1f356d

View File

@@ -461,7 +461,7 @@ class wxPythonDemo(wx.Frame):
# add the windows to the splitter and split it.
splitter2.SplitHorizontally(self.nb, self.log, 450)
splitter2.SplitHorizontally(self.nb, self.log, 425)
splitter.SplitVertically(self.tree, splitter2, 180)
splitter.SetMinimumPaneSize(20)