diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 0ff7e77e55..a126a0bf4b 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -178,7 +178,7 @@ DolphinMainWindow::DolphinMainWindow() : if (firstRun) { menuBar()->setVisible(false); // Assure a proper default size if Dolphin runs the first time - resize(750, 500); + resize(760, 550); } const bool showMenu = !menuBar()->isHidden();