From 3b1bd99e40c1d7bbb8115ab62ec3e50b16f3cb7d Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 26 Feb 2009 14:56:35 +0100 Subject: more vertical space between labels --- src/GipfelWidget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index 0fe60b5..aa0f34c 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -362,7 +362,7 @@ GipfelWidget::set_labels(Hills *v) { overlap(m->y + m->label_y - height, m->y + m->label_y, n->y - 2, n->y + 2))) { - m->label_y = (int) rint(n->y + n->label_y - m->y - height - 1); + m->label_y = (int) rint(n->y + n->label_y - m->y - height - 2); } } } -- cgit v1.2.3