diff --git a/gui/pyfatogglepanel.py b/gui/pyfatogglepanel.py index 8dbaf948a..27713ae52 100644 --- a/gui/pyfatogglepanel.py +++ b/gui/pyfatogglepanel.py @@ -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)