Revert "Aligning turrets/missiles/calibration values to left as suggested in 3) ticket #1"

This reverts commit 31c59494c3.
This commit is contained in:
HomeWorld
2010-09-02 02:37:51 +03:00
parent 34652308fa
commit 84b06630c8

View File

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