From 31c59494c310a946ce0691bd0ca3c85e57fdc4f4 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 1 Sep 2010 19:15:27 +0300 Subject: [PATCH] Aligning turrets/missiles/calibration values to left as suggested in 3) ticket #1 --- gui/statsPane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/statsPane.py b/gui/statsPane.py index 7604fc0bf..83f4e2b32 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_CENTER) + sizer.Add(box, 0, wx.ALIGN_LEFT) suffix = "Points" if type == "calibration" else "Hardpoints" lbl = wx.StaticText(parent, wx.ID_ANY, "0")