From: Rafael Fernández López Date: Wed, 26 Sep 2007 00:47:33 +0000 (+0000) Subject: Hide unused and not drawn columns on the details view X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1e1e1b6c8604dfef3acca02badfce62e819c79ee?ds=inline Hide unused and not drawn columns on the details view CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=717068 --- diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 6fe4709ff..b7bb37d07 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -141,6 +141,9 @@ bool DolphinDetailsView::event(QEvent* event) if (!settings->showType()) { hideColumn(DolphinModel::Type); } + + hideColumn(DolphinModel::Rating); + hideColumn(DolphinModel::Tags); } return QTreeView::event(event);