┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-17 12:00:50 +0000
committerPeter Penz <[email protected]>2007-05-17 12:00:50 +0000
commit8e4e7ce5b248026d941fc4097cbd92032ef53b19 (patch)
tree2cddde037a440a8b701eec3bc68a36838a25baa8 /src/dolphinmainwindow.cpp
parent6d88d801baf44dafa11975fde1007ea53063db29 (diff)
when having split views: darken the background color of the inactive view
svn path=/trunk/KDE/kdebase/apps/; revision=665612
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 5b8b11bc1..ffe1c4e8e 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -733,7 +733,7 @@ void DolphinMainWindow::toggleSplitView()
m_view[PrimaryIdx]->mode(),
m_view[PrimaryIdx]->showHiddenFiles());
connectViewSignals(SecondaryIdx);
- m_splitter->addWidget(m_view[SecondaryIdx]);
+ m_splitter->insertWidget(0, m_view[SecondaryIdx]);
m_splitter->setSizes(QList<int>() << newWidth << newWidth);
m_view[SecondaryIdx]->reload();
m_view[SecondaryIdx]->show();