diff options
| author | Peter Penz <[email protected]> | 2010-06-16 21:13:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-06-16 21:13:41 +0000 |
| commit | 38760a3010b954087690fb0aed0f3cdbe596807b (patch) | |
| tree | 8b0fda8484a762648e1f5dbf07b37def7570e9a7 /src/dolphinmainwindow.cpp | |
| parent | ac206413f158c457dd1007cb9bf6167871a2a48f (diff) | |
Hide the information panel by default
svn path=/trunk/KDE/kdebase/apps/; revision=1138819
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 10d35dccf..4eef2fad5 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1601,6 +1601,7 @@ void DolphinMainWindow::setupDockWidgets() const bool firstRun = DolphinSettings::instance().generalSettings()->firstRun(); if (firstRun) { + infoDock->hide(); foldersDock->hide(); #ifndef Q_OS_WIN terminalDock->hide(); |
