diff --git a/qml/pages/ConsumptionStatistics.qml b/qml/pages/ConsumptionStatistics.qml index 77e042d..67fdff2 100644 --- a/qml/pages/ConsumptionStatistics.qml +++ b/qml/pages/ConsumptionStatistics.qml @@ -37,7 +37,7 @@ Page { delegate: ListItem { width: parent.width - Theme.paddingMedium - Theme.paddingMedium height: dataColumn.height - contentHeight: dataColumn + contentHeight: dataColumn.height Column { id: dataColumn width: parent.width