Setting statspane font size to 8

This commit is contained in:
HomeWorld
2010-09-03 12:42:22 +03:00
parent a585a60772
commit fbcf416572

View File

@@ -228,7 +228,9 @@ class StatsPane(wx.Panel):
self._showNormalGauges = False
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
standardFont = wx.SystemSettings.GetFont(wx.SYS_DEFAULT_GUI_FONT)
standardFont.SetPointSize(8)
self.SetFont(standardFont)
# Register events
self.mainFrame.Bind(fv.FIT_CHANGED, self.fitChanged)