Display Echo-mode 'Level' with two decimal places.

This commit is contained in:
Joe Taylor 2022-08-31 13:10:56 -04:00
parent 1e893ecafd
commit 9e177a9496

View File

@ -1620,7 +1620,7 @@ void MainWindow::dataSink(qint64 frames)
if(m_monitoring or m_auto or m_diskData) {
QString t;
t = t.asprintf("%4.1f %7d %7.1f %7d %7d %7d %7.1f %7.1f",xlevel,nDopTotal,width,echocom_.nsum,
t = t.asprintf("%5.2f %7d %7.1f %7d %7d %7d %7.1f %7.1f",xlevel,nDopTotal,width,echocom_.nsum,
nqual,qRound(dfreq),sigdb,dBerr);
QString t0;
if(m_diskData) {