Increase decimals in buttons?

Is it possible to increase the number of decimal in number buttons?

For ex: 1.9999

and see them in the button, without rounding (2.0)?

Thank you very much!

sure just make the values something like 1.0000 10.0000 I think that works fine.

example of a button I use:

DATAHASH['TEXTBV'] = Draw.Number("Bevel: ", 2, 20, 195, 110, 20, DATAHASH['TEXTBV'].val, 0.000, 1.000, "The bevel depth of the 3d text.")

Sorry, but that solution doesn’t function (at least for me), already have tried.
Thank you the same.