Revert "Fix attempt for font size in togglepanel - again"
This reverts commit 8b298a0959.
This commit is contained in:
@@ -51,7 +51,7 @@ class TogglePanel ( wx.Panel ):
|
|||||||
# Create the header panel
|
# Create the header panel
|
||||||
|
|
||||||
self.headerPanel = wx.Panel(self)
|
self.headerPanel = wx.Panel(self)
|
||||||
self.headerPanel.InheritAttributes()
|
|
||||||
# self.headerPanel.SetBackgroundColour( self.bkColour)
|
# self.headerPanel.SetBackgroundColour( self.bkColour)
|
||||||
|
|
||||||
self.mainSizer.Add(self.headerPanel,0,wx.EXPAND | wx.TOP|wx.BOTTOM|wx.RIGHT, 1)
|
self.mainSizer.Add(self.headerPanel,0,wx.EXPAND | wx.TOP|wx.BOTTOM|wx.RIGHT, 1)
|
||||||
@@ -112,7 +112,6 @@ class TogglePanel ( wx.Panel ):
|
|||||||
|
|
||||||
self.contentSizer = wx.BoxSizer( wx.VERTICAL )
|
self.contentSizer = wx.BoxSizer( wx.VERTICAL )
|
||||||
self.contentPanel = wx.Panel(self)
|
self.contentPanel = wx.Panel(self)
|
||||||
self.contentPanel.InheritAttributes()
|
|
||||||
self.contentPanel.SetSizer(self.contentSizer)
|
self.contentPanel.SetSizer(self.contentSizer)
|
||||||
|
|
||||||
self.mainSizer.Add( self.contentPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT , 5)
|
self.mainSizer.Add( self.contentPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT , 5)
|
||||||
|
|||||||
Reference in New Issue
Block a user