From c34ef4028e504b8ce862b9c2e47b284ab66717dd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 02:10:23 +0000 Subject: half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next. --- render/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/font.c') diff --git a/render/font.c b/render/font.c index 57d838e1..94d9fa2d 100644 --- a/render/font.c +++ b/render/font.c @@ -133,7 +133,7 @@ int RrFontMeasureString(const RrFont *f, const gchar *str) { gint x, y; font_measure_full (f, str, &x, &y); - return x; + return x + 4; } int RrFontHeight(const RrFont *f) -- cgit v1.2.3