diff --git a/src/ui/mainwindow.cc b/src/ui/mainwindow.cc index 1f8f7484f..95aae0c21 100644 --- a/src/ui/mainwindow.cc +++ b/src/ui/mainwindow.cc @@ -3144,6 +3144,11 @@ void MainWindow::iconSizeActionTriggered( QAction * /*action*/ ) updateDictionaryBar(); scanPopup->setDictionaryIconSize(); + + //ajust the font size as well + auto font = translateLine->font(); + font.setPixelSize( extent ); + translateBox->completerWidget()->setFont( font ); } void MainWindow::toggleMenuBarTriggered( bool announce )