Small height increase for additions pane; fixe a font size problem in fleet pane
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user