tweak border size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-08-10 15:21:11 +00:00
parent d6dabac05d
commit 1b72277062

View 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