diff options
| author | Peter Penz <[email protected]> | 2008-03-20 21:10:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-20 21:10:27 +0000 |
| commit | a47758bae5ffcc3073adb44d4957c7c9b014bd85 (patch) | |
| tree | 27d8985a47a64dfef45f548a039a8a8756388428 /src | |
| parent | 6c05a2bb2906509170446d016cf0106e6038d19c (diff) | |
show the Information Panel per default as discussed in core-devel
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788150
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 3 |
1 files changed, 1 insertions, 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(); |
