Skip to content

Commit

Permalink
use a larger image as a quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed May 4, 2023
1 parent 5646408 commit 2ffdf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/waterfall/waterfallplot.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 2ffdf10

Please sign in to comment.