Fix all plot reveal size

My bad -- added padding at the top a while ago when
trying to fix another issue. Then forgot to remove it
afterwards.
This commit is contained in:
Mark Liversedge
2013-01-28 08:54:50 +00:00
parent d22baa98ce
commit cab24f7383

View File

@@ -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);