Implement auto proportion scaling weights

This commit is contained in:
DarkPhoenix
2019-08-07 09:12:50 +03:00
parent f315f8b85a
commit f52fda3f03
5 changed files with 14 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ from service.const import TargetResistMode
class TargetResists(ViewColumn):
name = 'Target Resists'
proportionWidth = 5
def __init__(self, fittingView, params):
super().__init__(fittingView)