mirror of
https://github.com/YACReader/yacreader
synced 2025-10-29 23:35:26 -04:00
removed top decoration bar from go to flow widget
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user