Mission GUI rounds values too aggressively
Description
When interacting with the GUI, if you type a value then interact with other parts of the GUI, such as adding or removing a point, or interacting with pop-up elements, values are rounded. The rounding is as follows: time to the nearest minute, altitude to the nearest foot, and Mach number to two decimal points.
Altitude can stay as-is, but time should be allowed at least one decimal point and Mach should get at least 3
Example
Run the mission gui, type 10.9 for time, 10.9 for altitude, and 0.119 for Mach, then add and remove another point, go into the advanced options, or interact with the plots (just hovering over them works). Time is changed to 11, altitude is changed to 11, and Mach is changed to 0.12
Aviary Version
0.9.4-dev
Relevant environment information
No response