WorkoutPlot reduce whitespace margins.

This commit is contained in:
Mark Liversedge
2011-09-04 14:23:22 +01:00
parent 52c2391c75
commit 3deef1a51b

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