]> git.saurik.com Git - wxWidgets.git/commitdiff
tweak border size
authorRobin Dunn <robin@alldunn.com>
Tue, 10 Aug 2004 15:21:11 +0000 (15:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 10 Aug 2004 15:21:11 +0000 (15:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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