Skip to content

Commit

Permalink
Revert "Fix attempt for font size in togglepanel - again"
Browse files Browse the repository at this point in the history
This reverts commit 8b298a0.
  • Loading branch information
hwdro committed Sep 16, 2010
1 parent c742356 commit b3de96c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/pyfatogglepanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__( self, parent ):
# Create the header panel

self.headerPanel = wx.Panel(self)
self.headerPanel.InheritAttributes()

# self.headerPanel.SetBackgroundColour( self.bkColour)

self.mainSizer.Add(self.headerPanel,0,wx.EXPAND | wx.TOP|wx.BOTTOM|wx.RIGHT, 1)
Expand Down Expand Up @@ -112,7 +112,6 @@ def __init__( self, parent ):

self.contentSizer = wx.BoxSizer( wx.VERTICAL )
self.contentPanel = wx.Panel(self)
self.contentPanel.InheritAttributes()
self.contentPanel.SetSizer(self.contentSizer)

self.mainSizer.Add( self.contentPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT , 5)
Expand Down

0 comments on commit b3de96c

Please sign in to comment.