From 3607090f8bfade5512632c17eb6ee86433a7b680 Mon Sep 17 00:00:00 2001 From: Allan Bazinet Date: Fri, 15 Nov 2024 06:33:03 -0800 Subject: [PATCH] Increase height of non-flatted cumulative display --- plotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotter.cpp b/plotter.cpp index 18626cbe..8723b47c 100644 --- a/plotter.cpp +++ b/plotter.cpp @@ -275,7 +275,7 @@ CPlotter::drawData(WF::SWide swide) { p.setPen(Qt::cyan); - auto const add = m_flatten ? 15 : 0; + auto const add = m_flatten ? 15 : 30; auto sit = getStart(std::begin(dec_data.savg)); for (; it != end; ++it, ++x, sit += m_binsPerPixel)