From 28cd3330c4178d4086297e58e34bc55c7b5b3bf8 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 10 Nov 2013 21:43:53 +0000 Subject: [PATCH 1/1] Adjusted annotation height --- pv/view/decode/annotation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/view/decode/annotation.cpp b/pv/view/decode/annotation.cpp index 797b428a..7650b29e 100644 --- a/pv/view/decode/annotation.cpp +++ b/pv/view/decode/annotation.cpp @@ -71,7 +71,7 @@ void Annotation::paint(QPainter &p, QColor text_color, int text_height, int left, int right, double samples_per_pixel, double pixels_offset, int y) { - const int h = (text_height * 3) / 2; + const int h = (text_height * 5) / 4; const double start = _start_sample / samples_per_pixel - pixels_offset; const double end = _end_sample / samples_per_pixel - -- 2.30.2