diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-02 12:59:44 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-02 12:59:44 -0500 |
| commit | e19619dcee1af94930c3b8f5f159191064c721c6 (patch) | |
| tree | e60c3164a3192cd7422f6484cccb1513732f37d4 | |
| parent | 41234a356a76bb4bc5e04ea8b3af13e66416267b (diff) | |
| download | volute-e19619dcee1af94930c3b8f5f159191064c721c6.zip | |
align manifold temperature columns
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -373,6 +373,7 @@ manifold_temperature_row(mu_Context *ctx, UI *ui) { if (w_select(ctx, &ui->manifold_temperature_unit) & MU_RES_CHANGE) { compute_all(ui); } + mu_layout_width(ctx, FIELD_WIDTH); for (i = 0; i < ui->npoints; i++) { w_number(ctx, ui->manifold_temperature[i]); } |