mirror of
https://github.com/YACReader/yacreader
synced 2025-12-11 19:52:49 -05:00
Add slider in goto_flow_toolbar
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user