]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: make the space between workspace buttons 1 px again
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 28 Jan 2012 10:05:51 +0000 (10:05 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 28 Jan 2012 10:05:51 +0000 (10:05 +0000)
i3bar/src/xcb.c

index adb4c76dfcb835fe21c2deb0126760a92db4fd35..40a025f14a93cff2d483d1c5722cdb59400b17be 100644 (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;