diff --git a/src/qt/qt_mainwindow.cpp b/src/qt/qt_mainwindow.cpp index f765027af..3c6496596 100644 --- a/src/qt/qt_mainwindow.cpp +++ b/src/qt/qt_mainwindow.cpp @@ -195,11 +195,7 @@ MainWindow::MainWindow(QWidget *parent) : + (ui->toolBar->height() * !hide_tool_bar); ui->stackedWidget->resize(w, h); - if (vid_resize == 0) { - setFixedSize(w, modifiedHeight); - } else { - resize(w, modifiedHeight); - } + setFixedSize(w, modifiedHeight); } });