From: Peter Penz Date: Sat, 17 Oct 2009 19:33:36 +0000 (+0000) Subject: give the splitter more space than the (optional) search options X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/213705a22c07778934e3ac4da35ce2e60be9727e give the splitter more space than the (optional) search options svn path=/trunk/KDE/kdebase/apps/; revision=1036783 --- 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();