Add an extra seperator between cpu+pg & drone stats
This commit is contained in:
@@ -107,3 +107,6 @@ class StatsPane(wx.Panel):
|
||||
gauge = wx.Gauge(self, wx.ID_ANY, 100)
|
||||
setattr(self, "gauge%s" % capitalizedType, gauge)
|
||||
stats.Add(gauge)
|
||||
|
||||
if "cpu" in group:
|
||||
self.sizerResources.Add(wx.StaticLine(self, wx.ID_ANY, style=wx.VERTICAL), 1, wx.EXPAND)
|
||||
|
||||
Reference in New Issue
Block a user