From: Robin Dunn Date: Tue, 10 Aug 2004 15:21:11 +0000 (+0000) Subject: tweak border size X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1b72277062ff283f11041a3e231b352899b203ed tweak border size git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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