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

@@ -28,6 +28,7 @@ class ViewColumn:
they can be used as columns in a view.
"""
columns = {}
proportionWidth = 1
def __init__(self, fittingView):
self.fittingView = fittingView