diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-26 14:56:35 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-26 14:56:35 +0100 |
commit | 3b1bd99e40c1d7bbb8115ab62ec3e50b16f3cb7d (patch) | |
tree | 1193e18410b59c807a899e40ecfc3d93d7e69d4a /src | |
parent | 6c244b4ad06fe846505d13d250fc9e90e6a8a3d6 (diff) |
more vertical space between labels
Diffstat (limited to 'src')
-rw-r--r-- | src/GipfelWidget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } } |