Add a collapsible additions pane for stuff like drones, implants, boosters, etc.

This commit is contained in:
cncfanatics
2010-09-02 13:18:56 +02:00
parent 28a37ee15e
commit 06e76a2cea
3 changed files with 54 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ class MultiSwitch(wx.Notebook):
p.type = "fit"
sizer = wx.BoxSizer(wx.HORIZONTAL)
p.view = FittingView(p)
sizer.Add(p.view, 1, wx.EXPAND | wx.RESERVE_SPACE_EVEN_IF_HIDDEN)
p.SetSizer(sizer)