mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Increase height of non-flatted cumulative display
This commit is contained in:
parent
8ed88cbe00
commit
3607090f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue