Fixed alignment of hardpoints/calib statictext sizer ->aligned to left

This commit is contained in:
HomeWorld
2010-09-03 13:38:00 +03:00
parent 1ed04eb3bd
commit 8985e3a830

View File

@@ -313,7 +313,7 @@ class StatsPane(wx.Panel):
box = wx.BoxSizer(wx.HORIZONTAL)
sizer.Add(bitmap, 0, wx.ALIGN_CENTER)
sizer.Add(box, 0, wx.ALIGN_CENTER)
sizer.Add(box, 0, wx.ALIGN_CENTER_VERTICAL)
suffix = "Points" if type == "calibration" else "Hardpoints"
lbl = wx.StaticText(parent, wx.ID_ANY, "0")