ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

Balance column not resized automatically. #19

Closed valnaumov closed 7 years ago

valnaumov commented 7 years ago

When I insert a new slip into account, "Balance" column width is not resized accordingly. So when I enter an amount that has more positions in number than existing entries last digits are omitted (replaced with "..."). "Withdrawal" and "Balance" columns can't be resized with mouse also. col_resize

ccavanaugh commented 7 years ago

Are you using the latest 2.27.0 release when you are seeing this?

I fixed some font scaling and sizing issues for that release that would cause the sizing issue. It's still possible I need to tune it a bit if you are using the 2.27.0 release.

ccavanaugh commented 7 years ago

Dug a bit deeper into the code and found the issue. This will be fixed for the next release.

Thanks for reporting the issue.