]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
show the Information Panel per default as discussed in core-devel
[dolphin.git] / src / dolphinmainwindow.cpp
index e91e8afeccf2a2eee2d1b5e78f54ff10e6f66fae..84572c6990e028bdbb9cf8d181adf6cb8530b35b 100644 (file)
@@ -678,7 +678,7 @@ void DolphinMainWindow::init()
 
     if (firstRun) {
         // assure a proper default size if Dolphin runs the first time
-        resize(700, 500);
+        resize(750, 500);
     }
 
     emit urlChanged(homeUrl);
@@ -886,7 +886,6 @@ void DolphinMainWindow::setupDockWidgets()
 
     const bool firstRun = DolphinSettings::instance().generalSettings()->firstRun();
     if (firstRun) {
-        infoDock->hide();
         treeViewDock->hide();
 #ifndef Q_OS_WIN
         terminalDock->hide();