From 7557fb423436f21e485e27ffd7f10e2c15232135 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 26 Oct 2025 17:35:21 -0400 Subject: start improving layout --- input_field.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input_field.c') diff --git a/input_field.c b/input_field.c index 981a18b..69ddf62 100644 --- a/input_field.c +++ b/input_field.c @@ -35,7 +35,7 @@ void filter_items(client_state* state) { array_for_all(item_display_t, display, state->filtered_items) { display->offset = offset; if (state->lines) offset += state->line_height; - else offset += display->item->pixel_len + state->horizontal_spacing * 2.0f; + else offset += display->item->pixel_len + state->horizontal_spacing; } } -- cgit v1.2.3