From c4181415475332662b0d4d46f9731dac6333a574 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 2 Jan 2021 16:27:56 +0200 Subject: [PATCH] Smaller statusline led gap --- statusline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statusline.cpp b/statusline.cpp index 7f64b18e..57a30f3e 100644 --- a/statusline.cpp +++ b/statusline.cpp @@ -130,7 +130,7 @@ void statusline_set_font(const char *newnumbers, int width, int height) td_numbers_width = width; td_numbers_height = height; td_led_width = td_numbers_width * 3 + td_numbers_width / 2; - td_width = td_led_width + 10; + td_width = td_led_width + 6; td_custom = true; } -- 2.47.3