]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxSplitterWindow.py
forgot to add the image with binary flags
[wxWidgets.git] / utils / wxPython / demo / wxSplitterWindow.py
index 20b4929c60301433a11dd182b97d2cb69ff5f621..4a4b9b9af63ed3ab8e2eb2eedac31b6ffe2c581c 100644 (file)
@@ -15,9 +15,9 @@ def runTest(frame, nb, log):
     p2.SetBackgroundColour(wxBLUE)
     wxStaticText(p2, -1, "Panel Two", wxPoint(5,5)).SetBackgroundColour(wxBLUE)
 
+    splitter.SetMinimumPaneSize(20)
     splitter.SplitVertically(p1, p2)
     splitter.SetSashPosition(100)
-    splitter.SetMinimumPaneSize(20)
 
     return splitter