From e282036294c31d382c9f9fe9326210090cd70962 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 27 Aug 2020 14:39:40 +0200 Subject: [PATCH] more polishing --- nymea-app/ui/mainviews/EnergyView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/nymea-app/ui/mainviews/EnergyView.qml b/nymea-app/ui/mainviews/EnergyView.qml index 939786b3..0c836634 100644 --- a/nymea-app/ui/mainviews/EnergyView.qml +++ b/nymea-app/ui/mainviews/EnergyView.qml @@ -90,6 +90,7 @@ MainViewBase { legend.font.pixelSize: app.smallFont legend.visible: false backgroundColor: app.backgroundColor + titleColor: app.foregroundColor title: qsTr("Power usage history") property var startTime: xAxis.min