diff --git a/src/AllPlot.cpp b/src/AllPlot.cpp index d60db0d91..ab2e4d9a0 100644 --- a/src/AllPlot.cpp +++ b/src/AllPlot.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include @@ -257,6 +258,9 @@ AllPlot::AllPlot(AllPlotWindow *parent, MainWindow *mainWindow): grid->enableX(false); grid->attach(this); + // get rid of nasty blank space on right of the plot + plotLayout()->setAlignCanvasToScales(true); + configChanged(); // set colors }