Add slider in goto_flow_toolbar

This commit is contained in:
krrr
2016-10-20 20:19:26 +08:00
parent c8102dded5
commit c48d2d5eeb
6 changed files with 75 additions and 25 deletions

View File

@ -216,7 +216,8 @@ void GoToFlow::setFlowType(FlowType flowType)
void GoToFlow::updateConfig(QSettings * settings)
{
Q_UNUSED(settings)
GoToFlowWidget::updateConfig(settings);
imageSize = Configuration::getConfiguration().getGotoSlideSize();
flow->setFlowType(Configuration::getConfiguration().getFlowType());
resize(5*imageSize.width(), toolBar->height() + imageSize.height()*1.7);