mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
use alternating row colors for the details view
svn path=/trunk/KDE/kdebase/apps/; revision=693610
This commit is contained in:
parent
59819cd767
commit
c6c51f76ec
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue