Display the stats pane outside of the tabbed fit switch

This commit is contained in:
cncfanatics
2010-08-16 16:30:05 +02:00
parent 6e98273bd9
commit ca5ab17295
2 changed files with 11 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ class FitMultiSwitch(wx.Notebook):
sizer = wx.BoxSizer(wx.HORIZONTAL)
sizer.Add(FittingView(p), 1, wx.EXPAND)
sizer.Add(StatsPane(p), 0, wx.EXPAND)
p.SetSizer(sizer)
pos = self.GetPageCount() - 1