From 0062c9ab0e9bc4b1527b8c5bf3e6e5a6a69fb9d1 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Sat, 8 Jun 2024 10:32:50 +0300 Subject: [PATCH] fix: set fan speed graph y axis label to rpm --- lact-gui/ui/graphs_window.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lact-gui/ui/graphs_window.blp b/lact-gui/ui/graphs_window.blp index 1be6859..1dd012e 100644 --- a/lact-gui/ui/graphs_window.blp +++ b/lact-gui/ui/graphs_window.blp @@ -30,7 +30,7 @@ template $GraphsWindow: Window { $Plot fan_plot { title: "Fan speed"; hexpand: true; - value-suffix: "PWM"; + value-suffix: "RPM"; secondary-value-suffix: "%"; y-label-area-size: 140; secondary-y-label-area-size: 80;