diff --git a/src/AllPlotWindow.cpp b/src/AllPlotWindow.cpp index 30085e85e..63ca15dcf 100644 --- a/src/AllPlotWindow.cpp +++ b/src/AllPlotWindow.cpp @@ -90,7 +90,7 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) : // layout reveal controls QHBoxLayout *r = new QHBoxLayout; - r->setContentsMargins(0,15,0,0); + r->setContentsMargins(0,0,0,0); r->addStretch(); r->addWidget(rSmooth); r->addWidget(rSmoothEdit);