Fixed alignment of hardpoints/calib statictext sizer ->aligned to left
This commit is contained in:
@@ -313,7 +313,7 @@ class StatsPane(wx.Panel):
|
|||||||
box = wx.BoxSizer(wx.HORIZONTAL)
|
box = wx.BoxSizer(wx.HORIZONTAL)
|
||||||
|
|
||||||
sizer.Add(bitmap, 0, wx.ALIGN_CENTER)
|
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"
|
suffix = "Points" if type == "calibration" else "Hardpoints"
|
||||||
lbl = wx.StaticText(parent, wx.ID_ANY, "0")
|
lbl = wx.StaticText(parent, wx.ID_ANY, "0")
|
||||||
|
|||||||
Reference in New Issue
Block a user