aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 13:25:11 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 13:25:11 -0500
commit8beee1dcf1baed84e4c783e2e6e81cfa70440481 (patch)
treeee6be7edff79fc3c249bcac6464aeed046b665e7 /ui.h
parente374704b245fa8781c56f4d3e35ad9e93f42ae9c (diff)
downloadvolute-8beee1dcf1baed84e4c783e2e6e81cfa70440481.zip
format numbers
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
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);