Fzzy Config

Fzzy Config

8M Downloads

Decimal sliders are too precise

MincraftEinstein opened this issue ยท 1 comments

commented

Decimal sliders are way too precise for average usage. Probably should have some kind of "rounded to" parameter in the ValidatedFloat/Double classes to set how many numbers after the decimal point that the slider will allow

commented

Current inDev fix adds 2 decimal place formatting (#.##). Future update may add more flexibility to this.