aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/theme-engines/mb-wm-theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/theme-engines/mb-wm-theme.c')
-rw-r--r--matchbox/theme-engines/mb-wm-theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/theme-engines/mb-wm-theme.c b/matchbox/theme-engines/mb-wm-theme.c
index d54e2cc..b775134 100644
--- a/matchbox/theme-engines/mb-wm-theme.c
+++ b/matchbox/theme-engines/mb-wm-theme.c
@@ -1846,7 +1846,7 @@ mb_wm_theme_simple_paint_decor (MBWMTheme *theme, MBWMDecor *decor)
XftDrawStringUtf8(dd->xftdraw,
&dd->clr,
dd->font,
- west_width + pack_start_x + 2, y,
+ west_width + pack_start_x + (h / 5), y,
title, strlen (title));
}