Fix a bug that prevented padding from working

This commit is contained in:
cncfanatics
2010-08-28 15:16:53 +02:00
parent d5cedede4e
commit 262840252a

View File

@@ -227,7 +227,7 @@ class StatsPane(wx.Panel):
box.Add(lbl, 0, wx.ALIGN_LEFT)
st = wx.VERTICAL if panel == "full" else wx.HORIZONTAL
base.Add(wx.StaticLine(parent, wx.ID_ANY, style=st), 0, wx.EXPAND, wx.LEFT, 3 if panel == "full" else 0)
base.Add(wx.StaticLine(parent, wx.ID_ANY, style=st), 0, wx.EXPAND | wx.LEFT, 3 if panel == "full" else 0)
#PG, Cpu & drone stuff