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

@ -28,7 +28,7 @@ GoToFlowGL::GoToFlowGL(QWidget* parent, FlowType flowType)
connect(toolBar,SIGNAL(goTo(unsigned int)),this,SIGNAL(goToPage(unsigned int)));
connect(toolBar,SIGNAL(setCenter(unsigned int)),flow,SLOT(setCenterIndex(unsigned int)));
mainLayout->insertWidget(1,flow);
mainLayout->insertWidget(0,flow);
mainLayout->setStretchFactor(flow,1);
resize(static_cast<int>(5*imageSize.width()),static_cast<int>(imageSize.height()*1.7));