WorkoutPlot reduce whitespace margins.

This commit is contained in:
Mark Liversedge
2011-09-04 14:23:22 +01:00
parent 9cffed3d16
commit adbad84d42

View File

@@ -28,6 +28,7 @@ WorkoutPlotWindow::WorkoutPlotWindow(MainWindow *mainWindow) :
QVBoxLayout *layout = new QVBoxLayout(this);
layout->setSpacing(0);
layout->setContentsMargins(2,2,2,2);
ergPlot = new ErgFilePlot(0);
layout->addWidget(ergPlot);