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)

View File

@@ -81,8 +81,6 @@ class GangView ( ScrolledPanel ):
self.stFleetFit = wx.StaticText( self, wx.ID_ANY, u"None", wx.DefaultPosition, wx.DefaultSize, 0 )
self.stFleetFit.Wrap( -1 )
self.stFleetFit.SetFont( wx.Font( wx.NORMAL_FONT.GetPointSize(), 70, 90, 90, False, wx.EmptyString ) )
contentFGSizer.Add( self.stFleetFit, 0, wx.ALIGN_CENTER_VERTICAL|wx.ALL, 5 )
chFleetCharChoices = []