diff --git a/src/waterfall/waterfallplot.cpp b/src/waterfall/waterfallplot.cpp index b09acc8d1..b296d6110 100644 --- a/src/waterfall/waterfallplot.cpp +++ b/src/waterfall/waterfallplot.cpp @@ -16,7 +16,7 @@ uint16_t WaterfallPlot::_displayWidth = 500; WaterfallPlot::WaterfallPlot(QQuickItem* parent) : Waterfall(parent) , _currentDrawIndex(_displayWidth) - , _image(2048, 2500, QImage::Format_RGBA8888) + , _image(2048, 3500, QImage::Format_RGBA8888) , _maxDepthToDrawInPixels(0) , _minDepthToDrawInPixels(0) , _mouseDepth(0)