From 88f17ca75add13baf3ac633e57865136deba02cc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 16 Oct 2007 22:24:52 +0000 Subject: polish look of column view: - don't show a focused border above all columns - provide a small gap between the columns - assure that the background of inactive columns works well with more complex styles like Oxygen CCMAIL: cbr@boemann.dk svn path=/trunk/KDE/kdebase/apps/; revision=726042 --- src/dolphinview.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 87170bfb7..f4b533d61 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -488,8 +488,6 @@ void DolphinView::updateView(const KUrl& url, const KUrl& rootUrl) loadDirectory(url); } - itemView()->setFocus(); - emit startedPathLoading(url); } @@ -886,7 +884,6 @@ void DolphinView::createView() this, SLOT(emitContentsMoved())); connect(view->horizontalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(emitContentsMoved())); - view->setFocus(); } QAbstractItemView* DolphinView::itemView() const -- cgit v1.3