summaryrefslogtreecommitdiff
path: root/src/Tip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tip.c')
-rw-r--r--src/Tip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tip.c b/src/Tip.c
index 181366a..82866f6 100644
--- a/src/Tip.c
+++ b/src/Tip.c
@@ -370,7 +370,7 @@ Region region;
XDrawString(XtDisplay(w), XtWindow(w), gc,
tip->tip.internal_width, y,
label, (int)(nl - label));
- y += tip->tip.font->max_bounds.ascent +
+ y += tip->tip.font->max_bounds.ascent +
tip->tip.font->max_bounds.descent;
label = nl + 1;
}