Cell balancing calculation added. Fixed rounding of real numbers to the second decimal place
This commit is contained in:
@@ -23,9 +23,7 @@ Popup {
|
||||
|
||||
background: Rectangle {
|
||||
radius: 6
|
||||
color: good ? Palette.alternativeBackgroundColor : Palette.invalidColor
|
||||
border.width: 1
|
||||
border.color: Palette.borderColor
|
||||
color: good ? Palette.informationColor : Palette.invalidColor
|
||||
}
|
||||
|
||||
enter: Transition {
|
||||
|
||||
Reference in New Issue
Block a user