mirror of
https://github.com/YACReader/yacreader
synced 2026-02-02 05:10:09 -05:00
Add slider in goto_flow_toolbar
This commit is contained in:
@ -51,6 +51,12 @@ void GoToFlowWidget::keyPressEvent(QKeyEvent* event)
|
||||
event->accept();
|
||||
}
|
||||
|
||||
void GoToFlowWidget::updateConfig(QSettings * settings)
|
||||
{
|
||||
Q_UNUSED(settings)
|
||||
toolBar->switchLayout();
|
||||
}
|
||||
|
||||
void GoToFlowWidget::updateSize()
|
||||
{
|
||||
// called by parent in resizeEvent
|
||||
|
||||
Reference in New Issue
Block a user