Merge branch 'more_fixes_around_margins' of https://github.com/andreasbuhr/GoldenCheetah into andreasbuhr-more_fixes_around_margins

This commit is contained in:
Alejandro Martinez
2024-01-11 18:13:30 -03:00
3 changed files with 5 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ NewMainWindow::NewMainWindow(QApplication *app) : QMainWindow(NULL), state(Inact
setCentralWidget(main);
layout = new QVBoxLayout(main);
layout->setSpacing(0);
layout->setMargin(0);
layout->setContentsMargins(QMargins());
// toolbar
setupToolbar();