Small height increase for additions pane; fixe a font size problem in fleet pane

This commit is contained in:
HomeWorld
2011-11-25 17:11:02 +02:00
parent 0e628f7154
commit deb85977ca
2 changed files with 1 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class AdditionsPane(TogglePanel):
self.notebook = gui.chromeTabs.PFNotebook(pane, False)
size = wx.Size()
# This size lets you see 4 drones at a time
size.SetHeight(160)
size.SetHeight(180)
self.notebook.SetMinSize(size)
baseSizer.Add(self.notebook, 1, wx.EXPAND)