HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
687 stars 129 forks source link

Displayed Value is too big when 2 decimals is enabled #181

Closed androuino closed 4 years ago

androuino commented 4 years ago

Hi, is there a way I can lower down the font size of the value? Seems like there's no option to change that in the current version of the library as of now. Thank you.

P.S. This is the reference image of what I am talking about.

Screenshot_2019-11-14_17-22-27

Thanks, keep up the good work guys.

HanSolo commented 4 years ago

the reason for this is that this skin was not meant to be used with decimals. I will try to fix it asap.

androuino commented 4 years ago

Thanks for the immediate response. I didn't know that it was not meant to have decimals, looks like it wasn't written on the manual or it was at least documented. Anyways I will wait for the new update of the library. Thank you very much.

HanSolo commented 4 years ago

fixed with commit: 45ef97276b591ab4a32f44db96c9814f2ae8f92c

androuino commented 4 years ago

Great! Thanks.