i3bar: make the space between workspace buttons 1 px again

next
Michael Stapelberg 2012-01-28 10:05:51 +00:00
parent c5e777c76e
commit cc8a3c1019
1 changed files with 1 additions and 1 deletions

View File

@ -1421,7 +1421,7 @@ void draw_bars() {
set_font_colors(outputs_walk->bargc, fg_color, bg_color);
draw_text((char*)ws_walk->ucs2_name, ws_walk->name_glyphs, true,
outputs_walk->buffer, outputs_walk->bargc, i + 6, 2, ws_walk->name_width);
i += 12 + ws_walk->name_width;
i += 11 + ws_walk->name_width;
}
i = 0;