Fixed that only one decimal place has been displayed
This commit is contained in:
parent
c2f7dbc3ac
commit
9d8c8f7c5b
|
@ -26,7 +26,7 @@ class MainWindow : View(FX.messages["application.title"]) {
|
|||
companion object {
|
||||
private const val FieldHeight = 31.0
|
||||
|
||||
private val DecimalFormat = DecimalFormat( "#.0" )
|
||||
private val DecimalFormat = DecimalFormat( "#.00" )
|
||||
|
||||
private val AppSettingsFile = File("settings.json")
|
||||
|
||||
|
|
Loading…
Reference in New Issue