summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r--src/GipfelWidget.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index b586240..faf70d1 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.cxx,v 1.5 2005/04/13 22:24:53 hofmann Exp $"
+// "$Id: GipfelWidget.cxx,v 1.6 2005/04/14 19:54:58 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -94,7 +94,7 @@ GipfelWidget::draw() {
}
fl_line(center + m->x + x(), 0 + y(), center + m->x + x(), h() + y());
- fl_draw(m->name, center + m->x + x(), 20 + y() + (int) m->height / 6);
+ fl_draw(m->name, center + m->x + x(), 20 + y() + (int) m->height / 8);
m = m->get_next_visible();
}