Remove BlankState menu

This commit is contained in:
Mark Liversedge
2013-01-11 19:41:16 +00:00
parent 5afdab9b84
commit dd6535b6d4

View File

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