Put turrets & launchers back next to eachother

This commit is contained in:
cncfanatics
2010-10-30 16:27:05 +02:00
parent 95e90d0ce9
commit d64b1720ee

View File

@@ -61,7 +61,7 @@ class ResourcesViewFull(StatsView):
#Turrets & launcher hardslots display
tooltipText = {"turret":"Turret hardpoints", "drones":"Drones active", "launcher":"Launcher hardpoints", "calibration":"Calibration"}
for type in ("turret", "drones", "launcher", "calibration"):
for type in ("turret", "launcher", "drones", "calibration"):
box = wx.BoxSizer(wx.HORIZONTAL)
bitmap = bitmapLoader.getStaticBitmap("%s_big" % type, parent, "icons")