┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-16 22:24:52 +0000
committerPeter Penz <[email protected]>2007-10-16 22:24:52 +0000
commit88f17ca75add13baf3ac633e57865136deba02cc (patch)
treea346d7c4b4b04f4aa7ecc09f1d876dcee6c361ef /src/dolphinview.cpp
parentd67de9dfef9a9e317c0b1b11014e80c95793bb5a (diff)
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=726042
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp3
1 files changed, 0 insertions, 3 deletions
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