Fixed ticket #33 by increasing the width of module state header cell : WTF

This commit is contained in:
HomeWorld
2010-09-23 19:00:11 +03:00
parent 58d7611b6f
commit 70fd71771e

View File

@@ -27,7 +27,7 @@ class ModuleState(ViewColumn):
def __init__(self, fittingView, params):
ViewColumn.__init__(self, fittingView)
self.resizable = False
self.size = 16
self.size = 20
self.stateNameMap = {}
for state in State.__dict__:
if state[0:2] == "__":