You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use calculated width for first column of Summary page (#167)
With this PR the fixed width (introduced by #38) will be no more and the
column width is dynamically calculated depending on the names of the
production sheets.
---
This change is part of a larger set of changes that I am planning to
commit, but those changes need some additional love... (It works, but I
broke some things that should not be broken).
This change is ready and works separately and adds value to YAFC
already.
I had to apply one small hack to make this a stand-alone PR, which is
making `firstColumnWidth` static. In the upcoming PR it will be a
regular field of its class.
0 commit comments