mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
WorkoutPlot reduce whitespace margins.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user