Move to new format in ViewColumns and suffixize drone bay and bandwidth

This commit is contained in:
DarkPhoenix
2010-09-04 03:40:50 +04:00
parent 4e6049170b
commit 85aa5e4ebc
3 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ class AttributeDisplay(ViewColumn):
def getText(self, mod):
attr = mod.getModifiedItemAttr(self.info.name)
if attr:
return shorten(attr, 2)
return shorten(attr, 3, 0, 0)
else:
return ""