]> cloud.milkyroute.net Git - dolphin.git/commitdiff
use alternating row colors for the details view
authorPeter Penz <peter.penz19@gmail.com>
Sat, 28 Jul 2007 14:19:38 +0000 (14:19 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 28 Jul 2007 14:19:38 +0000 (14:19 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=693610

src/dolphindetailsview.cpp

index 613b7769b9ccf3961eba5799414fe2e9d193916d..ef3146c20d472aac751bc36cba319dd81aa0a259 100644 (file)
@@ -52,6 +52,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr
     setSelectionBehavior(SelectItems);
     setDragDropMode(QAbstractItemView::DragDrop);
     setDropIndicatorShown(false);
+    setAlternatingRowColors(true);
 
     setMouseTracking(true);
     viewport()->setAttribute(Qt::WA_Hover);