Added staticlines between toggle panels

This commit is contained in:
HomeWorld
2010-09-16 13:56:41 +03:00
parent 7dbfa294bd
commit 4b3a9c7438
2 changed files with 7 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ class TogglePanel ( wx.Panel ):
self.contentPanel = wx.Panel(self)
self.contentPanel.SetSizer(self.contentSizer)
self.mainSizer.Add( self.contentPanel, 1, wx.EXPAND | wx.RIGHT , 1)
self.mainSizer.Add( self.contentPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT , 5)
self.Layout()