┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp3
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);