]> git.sesse.net Git - kdenlive/blobdiff - src/projectlistview.cpp
Use standard deco to indicate an item has children in effect & project lists
[kdenlive] / src / projectlistview.cpp
index c6d6c40a757cea1070ed511f2b1f07e3e9893c70..5e4a7d34cee69a202ffd0c4040483a3af5c10fd6 100644 (file)
@@ -43,13 +43,14 @@ ProjectListView::ProjectListView(QWidget *parent) :
     setDragEnabled(true);
     setAcceptDrops(true);
     setFrameShape(QFrame::NoFrame);
-    setRootIsDecorated(false);
+    setRootIsDecorated(true);
 
     setColumnCount(3);
     QStringList headers;
     headers << i18n("Clip") << i18n("Description") << i18n("Rating");
     setHeaderLabels(headers);
-
+    setIndentation(12);
+    
     QHeaderView* headerView = header();
     headerView->setContextMenuPolicy(Qt::CustomContextMenu);
     connect(headerView, SIGNAL(customContextMenuRequested(const QPoint&)),