diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 8ae9cb3..d2621a8 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -1326,7 +1326,6 @@ void MainWindow::setSearchState(bool enable) { ui->data_view->hide(); ui->search_input->show(); - adjustSize(); } else { ui->search_input->blockSignals(true); @@ -1335,7 +1334,6 @@ void MainWindow::setSearchState(bool enable) ui->search_input->hide(); ui->data_view->show(); - adjustSize(); if (!searchString.isEmpty()) { searchString.clear();