1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-11-23 17:32:11 +01:00

convert tab to spaces

This commit is contained in:
rei de vries 2021-10-01 17:58:41 +09:30 committed by Jari Vetoniemi
parent 9fcc611082
commit 2eea64ad24

@ -238,7 +238,7 @@ bm_cairo_paint(struct cairo *cairo, uint32_t width, uint32_t max_height, const s
paint.baseline = result.baseline;
int32_t vpadding_t = height == 0 ? 2 : (height - ascii_height) / 2;
int32_t vpadding_b = vpadding_t + (height - ascii_height) % 2;
int32_t vpadding_b = vpadding_t + (height - ascii_height) % 2;
memset(&result, 0, sizeof(result));
uint32_t title_x = 0;