X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ffont.c;h=94d9fa2db47e48f2805cf29c41d021b247f782f3;hb=7a48ef1f5453d8fa2e56a0d76fc86d559d586c40;hp=57d838e105d269ad4583c5112258ab472f3ecae2;hpb=36056a69d75310eb6405d0fd668627eb9f6489bd;p=chaz%2Fopenbox 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)