From 84b06630c84c0e4d50550b34afd8e6ce5e0cf040 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Thu, 2 Sep 2010 02:37:51 +0300 Subject: [PATCH] Revert "Aligning turrets/missiles/calibration values to left as suggested in 3) ticket #1" This reverts commit 31c59494c310a946ce0691bd0ca3c85e57fdc4f4. --- gui/statsPane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/statsPane.py b/gui/statsPane.py index 83f4e2b32..7604fc0bf 100644 --- a/gui/statsPane.py +++ b/gui/statsPane.py @@ -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")