From: Peter Penz Date: Thu, 20 Mar 2008 21:10:27 +0000 (+0000) Subject: show the Information Panel per default as discussed in core-devel X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/a47758bae5ffcc3073adb44d4957c7c9b014bd85 show the Information Panel per default as discussed in core-devel CCMAIL: jriddell@ubuntu.com svn path=/trunk/KDE/kdebase/apps/; revision=788150 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e91e8afec..84572c699 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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();