~adnano/wmenu

f40a47388dc6ab40519306b4895bd1195dd592a3 — Adnan Maolood 1 year, 7 months ago bd2e278
Adjust line height
1 files changed, 1 insertions(+), 1 deletions(-)

M main.c
M main.c => main.c +1 -1
@@ 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;