┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-10-17 19:33:36 +0000
committerPeter Penz <[email protected]>2009-10-17 19:33:36 +0000
commit213705a22c07778934e3ac4da35ce2e60be9727e (patch)
tree19f2506c3fe45a72c2afd172c2ff315fadde2a19 /src/dolphinmainwindow.cpp
parent884b5ad3a91fff896fb3d53e590fe26300b1c957 (diff)
give the splitter more space than the (optional) search options
svn path=/trunk/KDE/kdebase/apps/; revision=1036783
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 b16fb7f2a..33160390e 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -869,7 +869,7 @@ void DolphinMainWindow::setActiveTab(int index)
m_tabIndex = index;
ViewTab& viewTab = m_viewTab[index];
- m_centralWidgetLayout->addWidget(viewTab.splitter);
+ m_centralWidgetLayout->addWidget(viewTab.splitter, 1);
viewTab.primaryView->show();
if (viewTab.secondaryView != 0) {
viewTab.secondaryView->show();