From 7be70e1adee72dcbd01d98bd85f37fcb002e07a4 Mon Sep 17 00:00:00 2001 From: Yury Shuvakin Date: Mon, 3 Oct 2022 11:21:05 +0300 Subject: [PATCH] Fixed Akb monitor layout --- qml/Screens/AkbMonitorScreen.qml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/qml/Screens/AkbMonitorScreen.qml b/qml/Screens/AkbMonitorScreen.qml index 182c908..d10eba6 100644 --- a/qml/Screens/AkbMonitorScreen.qml +++ b/qml/Screens/AkbMonitorScreen.qml @@ -51,8 +51,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Battery charge level, %") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -72,8 +70,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Number of modules") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -93,8 +89,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Battery voltage, V") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -114,8 +108,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Number of cells") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -135,8 +127,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Nominal capacity, A/h") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -156,8 +146,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Actual capacity, A/h") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -177,8 +165,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Battery temperature, °C") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -198,8 +184,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("BMS temperature, °C") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -232,8 +216,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Maximum cell voltage, V") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -253,8 +235,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Minimum cell voltage, V") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator { @@ -274,8 +254,6 @@ Item { spacing: 10 Controls.ContentLabel { text: qsTr("Current") - Layout.fillWidth: true - Layout.maximumWidth: implicitWidth } Controls.DotSeparator {