X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=b55d11e016c3b96123b4eb287f44534c51c99034;hb=5139748b422db3a22ceed92894596873e868d676;hp=809a0501b20da1a4be759451fb0d51b717a4dff6;hpb=199441e4fe68f1ee45f3d4b7617a7166a87c7926;p=pulseview.git diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 809a050..b55d11e 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -60,7 +60,7 @@ QRectF Cursor::get_label_rect(const QRect &rect) const _text_size.height() + View::LabelPadding.height() * 2); const float top = rect.height() - label_size.height() - Cursor::Offset - Cursor::ArrowSize - 0.5f; - const float height = label_size.height() + 1; + const float height = label_size.height(); if (_time > _other.time()) return QRectF(x, top, label_size.width(), height);