mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user