]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/colourselect.py
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / wx / lib / colourselect.py
index 787a1d925ddd061f7ceb48da17acf8cc7a13a70e..20fb0d0e351a0f10299b9148ff4bc1f581949033 100644 (file)
@@ -104,7 +104,7 @@ class ColourSelect(wx.BitmapButton):
 
 
     def MakeBitmap(self):
-        bdr = 10
+        bdr = 8
         width, height = self.GetSize()
 
         # yes, this is weird, but it appears to work around a bug in wxMac