From 1f9b23e41238bc51574f7dd4470a788430e5ab5f Mon Sep 17 00:00:00 2001 From: adnano Date: Sun, 17 Apr 2022 13:27:28 -0400 Subject: Adjust line height --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 3ef3227..eda3051 100644 --- a/main.c +++ b/main.c @@ -910,7 +910,7 @@ void read_stdin(struct menu_state *state) { static void menu_init(struct menu_state *state) { int height = get_font_height(state->font); - state->line_height = height + 2; + state->line_height = height + 3; state->height = state->line_height; if (state->vertical) { state->height += state->height * state->lines; -- cgit v1.2.3