From 6e34c3a9235fe7564b3c18c9e01ecae5e84a56b7 Mon Sep 17 00:00:00 2001 From: v44r Date: Mon, 28 Jan 2019 14:53:16 +0100 Subject: Fix extra space below last item in vertical mode. --- lib/renderers/cairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/renderers/cairo.h b/lib/renderers/cairo.h index d0f2dca..4bea81c 100644 --- a/lib/renderers/cairo.h +++ b/lib/renderers/cairo.h @@ -246,7 +246,7 @@ bm_cairo_paint(struct cairo *cairo, uint32_t width, uint32_t height, uint32_t ma } posy += (spacing_y ? spacing_y : result.height); - out_result->height = posy + 2; + out_result->height = posy; out_result->displayed++; } -- cgit v1.2.3-70-g09d2