removed top decoration bar from go to flow widget

This commit is contained in:
Luis Ángel San Martín
2015-12-11 19:07:24 +01:00
parent 00d5c85417
commit ef33a90c1a
5 changed files with 2 additions and 50 deletions

View File

@ -16,10 +16,8 @@ GoToFlowWidget::GoToFlowWidget(QWidget * parent)
mainLayout->setMargin(0);
mainLayout->setSpacing(0);
topBar = new GoToFlowDecorationBar(this);
toolBar = new GoToFlowToolBar(this);
mainLayout->addWidget(topBar);
mainLayout->addWidget(toolBar);
mainLayout->setMargin(0);