Cell balancing calculation added. Fixed rounding of real numbers to the second decimal place

This commit is contained in:
Yury Shuvakin
2022-08-26 09:30:07 +03:00
parent 6ae4386b37
commit 046d1f55ce
7 changed files with 34 additions and 14 deletions

View File

@@ -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 {