]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/sidebartreeview.cpp
hide the ratings and tags column in the treeview sidebar
[dolphin.git] / src / sidebartreeview.cpp
index 7bbddfdf256f3863b80f8ad034ebc0bb1d9aa963..8d0b1c73dd2053f0e418c46c3c9373e369d1f4b2 100644 (file)
@@ -65,6 +65,8 @@ bool SidebarTreeView::event(QEvent* event)
         hideColumn(DolphinModel::Owner);
         hideColumn(DolphinModel::Group);
         hideColumn(DolphinModel::Type);
+        hideColumn(DolphinModel::Rating);
+        hideColumn(DolphinModel::Tags);
         header()->hide();
     }