Misalignment fix in priceviewfull - ticket #41

This commit is contained in:
HomeWorld
2010-09-12 12:01:40 +03:00
parent a367068930
commit 836a11db1c

View File

@@ -45,7 +45,7 @@ class PriceViewFull(StatsView):
for type in ("ship", "fittings", "total"):
image = "%sPrice_big" % type if type != "ship" else "ship_big"
box = wx.BoxSizer(wx.HORIZONTAL)
gridPrice.Add(box, 0, wx.ALIGN_CENTER)
gridPrice.Add(box, 0, wx.ALIGN_TOP)
box.Add(bitmapLoader.getStaticBitmap(image, contentPanel, "icons"), 0, wx.ALIGN_CENTER)