Skip to content

Commit 0025b94

Browse files
committed
The spectrums legend height is improved
1 parent 6c52354 commit 0025b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum_plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ GraphSpectrumPlot._drawLegend = function (canvasCtx, WIDTH, HEIGHT, importedCurv
440440
rowHeight = 16,
441441
padding = 4,
442442
legendWidth = parseInt(userSettings.analyser_legend.width) / 100 * WIDTH,
443-
legendHeight = spectrumCount * rowHeight + 3 * padding,
443+
legendHeight = spectrumCount * rowHeight + padding,
444444
legendArea = new Path2D();
445445

446446
canvasCtx.save();

0 commit comments

Comments
 (0)