Closed rdouma closed 4 weeks ago
I assume you are using macOS?
This actually looks like a regression, since Sparrow is using Helvetica Neue Regular to display values which is used in macOS Numbers for it's monospaced display of digits. It appears that in upgrading to JavaFX 22, this monospaced property was lost. I'll need to investigate if it's possible to get it back.
Indeed, I use MacOS, apologies for not adding that to the original issue. Here are some screenshots that illustrate what I mean.
It did turn out to be a regression introduced in the recent upgrade to JavaFX 22 in Sparrow 2.0.0. I'm working on a fix using the font Liberation Sans which provides monospaced characters for digits, but looks sufficiently similar to the system font to not be visually jarring:
Regression fixed in d0bf55de.
Thanks! 🙏 Looking forward to the new release.
In my opinion the transactions overview would look much better if dates are neatly aligned as well as the decimal point of the value and the balance. It'll probably look better if the transactions column also uses that same monospace font; I would prefer that over all columns not having a monospace font.