diff options
| author | Peter Penz <[email protected]> | 2007-07-28 14:19:38 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-28 14:19:38 +0000 |
| commit | c6c51f76ecef7f715c4bee2c6b7173cf12f0851d (patch) | |
| tree | 53a9b78784d5ad1331176d15d000670517abcdf0 /src | |
| parent | 59819cd767276d1976d31e258e01327b6c107e62 (diff) | |
use alternating row colors for the details view
svn path=/trunk/KDE/kdebase/apps/; revision=693610
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphindetailsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 613b7769b..ef3146c20 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -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); |
