about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:24:18 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:24:18 +0200
commit03128f78df1fbe1b90eb9b7bcb1953050e8bccea (patch)
treeaaa9aafa6550c0775f07ff67cfb24ce90e99c615
parent7d4a5e654c5421411f1d66360d594285d462d77f (diff)
downloaddwm-03128f78df1fbe1b90eb9b7bcb1953050e8bccea.tar.gz
oops
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 9204ee8..3ddc522 100644
--- a/draw.c
+++ b/draw.c
@@ -109,7 +109,7 @@ drawstatus()
 		else
 			drawtext(tags[i], dc.norm, sel && sel->tags[i]);
 	}
-	x = dc.x + dc.w + 2;
+	x = dc.x + dc.w + 1;
 	dc.w = textw(stext);
 	dc.x = bx + bw - dc.w;
 	if(dc.x < x) {
/a> 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175