mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Remove BlankState menu
This commit is contained in:
@@ -31,6 +31,7 @@ BlankStatePage::BlankStatePage(MainWindow *main) : main(main)
|
||||
QHBoxLayout *homeLayout = new QHBoxLayout(this);
|
||||
homeLayout->setAlignment(Qt::AlignCenter);
|
||||
homeLayout->addSpacing(20); // left margin
|
||||
setProperty("nomenu", true);
|
||||
|
||||
// left part
|
||||
QWidget *left = new QWidget(this);
|
||||
|
||||
Reference in New Issue
Block a user