Add an extra seperator between cpu+pg & drone stats

This commit is contained in:
cncfanatics
2010-08-14 00:26:56 +02:00
parent 53448d47e8
commit a118da1422

View File

@@ -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)