From a47758bae5ffcc3073adb44d4957c7c9b014bd85 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 20 Mar 2008 21:10:27 +0000 Subject: [PATCH] show the Information Panel per default as discussed in core-devel CCMAIL: jriddell@ubuntu.com svn path=/trunk/KDE/kdebase/apps/; revision=788150 --- src/dolphinmainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.47.3