-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow entering values in settings with the precision of one decimal place #5175
Comments
It is not possible to enter a value less than one Steps:
Actual result: nothing happened and only 0 is displayed Expected result: 0.1 is displayed in the field |
…ecimal place (#5423) - fontsz float - added float value validation - the < 1 entry bugfix & updated max default values for the new fields - float min value fix --------- Co-authored-by: Mikhail Vialov <mikhail_vialov@epam.com>
Verified Environment |
…ecimal place (#5423) - fontsz float - added float value validation - the < 1 entry bugfix & updated max default values for the new fields - float min value fix --------- Co-authored-by: Mikhail Vialov <mikhail_vialov@epam.com>
Background
Currently, for certain settings (Font size, Double bond width etc.) the user is able to choose one of two units of measurement (pt and px). Values that can be entered are only integers. To better comply with ACS standard (where certain values in pt have decimals) and to make behaviors for cm, in, pt, and px more consistent, the user should be able to enter/view values with the precision of one decimal place regardless of the unit of measurement.
Solution
The text was updated successfully, but these errors were encountered: