From 8beee1dcf1baed84e4c783e2e6e81cfa70440481 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 1 Mar 2025 13:25:11 -0500 Subject: format numbers --- ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 02baee6..cc985ae 100644 --- a/ui.h +++ b/ui.h @@ -16,7 +16,7 @@ typedef struct { Engine points[MAX_POINTS]; w_Select volume_flow_rate_unit; - w_Label volume_flow_rate[MAX_POINTS]; + w_Number volume_flow_rate[MAX_POINTS]; } UI; void init_ui(UI *ui); -- cgit v1.2.3