From b9c33b6e1a21b9f77300bfbdee0cb9f23b32db55 Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 26 Jan 2008 14:33:24 +0000 Subject: default positioning git-svn-id: http://dzen.googlecode.com/svn/trunk@211 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index 8a6abb8..1c67df9 100644 --- a/draw.c +++ b/draw.c @@ -344,7 +344,7 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) { /* parse line and render text */ else { h = dzen.font.height; - //py = (dzen.line_height - h) / 2; + py = (dzen.line_height - h) / 2; xorig = 0; -- cgit v1.2.3-54-g00ecf