Stats pane font size set 8
This commit is contained in:
@@ -183,6 +183,9 @@ class StatsPane(wx.Panel):
|
||||
def __init__(self, parent):
|
||||
wx.Panel.__init__(self, parent)
|
||||
|
||||
font1 = wx.Font(8, wx.SWISS, wx.NORMAL, wx.NORMAL)
|
||||
self.SetFont(font1)
|
||||
|
||||
self._showNormalGauges = False
|
||||
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user