diff --git a/gui/qml/PageBatteryChargeryBMSImpedances.qml b/gui/qml/PageBatteryChargeryBMSImpedances.qml index 44b1de8..e6a51f4 100644 --- a/gui/qml/PageBatteryChargeryBMSImpedances.qml +++ b/gui/qml/PageBatteryChargeryBMSImpedances.qml @@ -15,7 +15,7 @@ MbPage { id: currentState1 description: qsTr("Measured State") values: [ - MbTextBlock { item { bind: service.path("/Impedances/CurrentMode1"); } height: 25 }, + MbTextBlock { item { bind: service.path("/Impedances/CurrentMode1"); } width: 70; height: 25 }, MbTextBlock { item { bind: service.path("/Impedances/Current1"); } width: 70; height: 25 } ] }