Remove STATIC_BORDER from toggle panels

This commit is contained in:
cncfanatics
2010-09-12 20:21:34 +02:00
parent 914a75d997
commit 713b5c3b57

View File

@@ -50,7 +50,7 @@ class TogglePanel ( wx.Panel ):
# Create the header panel
self.headerPanel = wx.Panel(self, style = wx.STATIC_BORDER)
self.headerPanel = wx.Panel(self)
self.headerPanel.SetBackgroundColour( self.bkColour)