diff options
| author | Frank Reininghaus <[email protected]> | 2011-01-15 23:08:23 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-01-15 23:08:23 +0000 |
| commit | 732b46e39ace58b3f429307a4b2af707a96faef5 (patch) | |
| tree | c96f22955c60b87c307cf5c2eb83d7edf6ba638e /src/views/dolphindetailsview.cpp | |
| parent | aefa8ce888ffe9f8699319314672a6bc42f8d95f (diff) | |
Move the call "setUniformRowHeights(true)" from DolphinDetailsView's
constructor to the one of its base class DolphinTreeView. The reason
is that DolphinTreeView::updateElasticBandSelection() contains
"Q_ASSERT(uniformRowHeights())", so it makes sense to ensure that
every DolphinTreeView has uniform row heights. This might be important
for unit tests which use DolphinTreeView directly.
svn path=/trunk/KDE/kdebase/apps/; revision=1214695
Diffstat (limited to 'src/views/dolphindetailsview.cpp')
| -rw-r--r-- | src/views/dolphindetailsview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphindetailsview.cpp b/src/views/dolphindetailsview.cpp index d825153f3..d434a4b3d 100644 --- a/src/views/dolphindetailsview.cpp +++ b/src/views/dolphindetailsview.cpp @@ -66,7 +66,6 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, setLayoutDirection(Qt::LeftToRight); setAcceptDrops(true); setSortingEnabled(true); - setUniformRowHeights(true); setSelectionBehavior(SelectItems); setDragDropMode(QAbstractItemView::DragDrop); setDropIndicatorShown(false); |
