diff options
Diffstat (limited to 'src/tsar.c')
| -rw-r--r-- | src/tsar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ void draw_comp_set(float pos_ratio, comp_t **set, int size) { int x = (bar_width - width) * pos_ratio; x += padding * 2*(0.5 - pos_ratio); // Magic formula lol - int y = (bar_height - font->height) / 2; + int y = 0;//(bar_height - font->height) / 2; for (int i = 0; i < size; i++) { comp_t *comp = set[i]; |
