diff --git a/src/apps/cortex/RouteApp/StatusView.cpp b/src/apps/cortex/RouteApp/StatusView.cpp index 2990064c04..8a7a42e39a 100644 --- a/src/apps/cortex/RouteApp/StatusView.cpp +++ b/src/apps/cortex/RouteApp/StatusView.cpp @@ -302,7 +302,8 @@ StatusView::drawInto(BView *v, BRect updateRect) r.left += 10.0; font_height fh; be_plain_font->GetHeight(&fh); - r.bottom = Bounds().bottom - fh.descent - 1.0; + r.bottom = Bounds().bottom - fh.descent + - (Bounds().Height() - fh.ascent - fh.descent) / 2; v->MovePenTo(r.LeftBottom()); v->DrawString(Text());