X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89977ceb4e793c8102dd58868bdb56d37b52f430..a6140a4c171601c75c8ab91e8c79bc7f28df8266:/wxPython/wx/lib/colourselect.py?ds=sidebyside diff --git a/wxPython/wx/lib/colourselect.py b/wxPython/wx/lib/colourselect.py index 787a1d925d..20fb0d0e35 100644 --- a/wxPython/wx/lib/colourselect.py +++ b/wxPython/wx/lib/colourselect.py @@ -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