diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 02:10:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 02:10:23 +0000 |
| commit | c34ef4028e504b8ce862b9c2e47b284ab66717dd (patch) | |
| tree | 5abae73563e8b11972a33e7f76867610f85db308 /render/font.c | |
| parent | cadab91e522c6426cc79df4f06e7c05232cb0a64 (diff) | |
half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next.
Diffstat (limited to 'render/font.c')
| -rw-r--r-- | render/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
