]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
half way through the changes to new menu code/design. hot shit. static menus work...
[chaz/openbox] / render / font.c
index 57d838e105d269ad4583c5112258ab472f3ecae2..94d9fa2db47e48f2805cf29c41d021b247f782f3 100644 (file)
@@ -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)
This page took 0.019404 seconds and 4 git commands to generate.