diff options
| author | Rafael Fernández López <[email protected]> | 2007-09-26 00:47:33 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-09-26 00:47:33 +0000 |
| commit | 1e1e1b6c8604dfef3acca02badfce62e819c79ee (patch) | |
| tree | 90913ba1e1b316c54b3e034d76404c53bcfb4ff1 /src/dolphindetailsview.cpp | |
| parent | 8ff20f651936ee19b20902b90b7d452450f4e2c3 (diff) | |
Hide unused and not drawn columns on the details view
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717068
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
