]> git.saurik.com Git - wxWidgets.git/commitdiff
layout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox
authorRobin Dunn <robin@alldunn.com>
Tue, 15 Jun 2004 03:24:36 +0000 (03:24 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 15 Jun 2004 03:24:36 +0000 (03:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/CalendarCtrl.py

index 89a0ba0471ec87e3373df8210ac651db16ca52dd..798b155cc18a9eefd2a2d790a36ba6d3884abade 100644 (file)
@@ -17,7 +17,7 @@ class TestPanel(wx.Panel):
 
         self.Bind(wx.calendar.EVT_CALENDAR, self.OnCalSelected, id=cal.GetId())
 
-        b = wx.Button(self, -1, "Destroy the Calendar", pos = (250, 50))
+        b = wx.Button(self, -1, "Destroy the Calendar", pos = (275, 50))
         self.Bind(wx.EVT_BUTTON, self.OnButton, id= b.GetId())
         self.cal = cal