From 73205078f84d3e1bff31967408f73dd8d3494b06 Mon Sep 17 00:00:00 2001 From: consti10 Date: Tue, 5 Dec 2023 12:19:22 +0100 Subject: [PATCH] make the labels of the graph less wrong (still not scientific, but thats out of scope) --- qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml b/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml index 4b13457ea..74840b5b2 100644 --- a/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml +++ b/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml @@ -209,7 +209,7 @@ Rectangle{ } BarSet { id: bar_set - label: "Pollution (pps)"; + label: m_normalize_data ? "Pollution estimate %" : "Pollution estimate (pps)"; values: [5,10,3,100] //values: [0,0,0,0] color: "red"