Adjust line height - wmenu - 🔧 fork of wmenu
(HTM) git clone git@git.drkhsh.at/wmenu.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1f9b23e41238bc51574f7dd4470a788430e5ab5f
(DIR) parent decd2452deddb9c8a4bdcb1a0184cd056b01a5a0
(HTM) Author: adnano <me@adnano.co>
Date: Sun, 17 Apr 2022 13:27:28 -0400
Adjust line height
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git 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;