From 073f8cae13f2637c0bf2f5611295e103418d52ff Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 May 2012 13:40:48 +0200 Subject: Further preperations for drag & drop support in the places panel --- src/views/dolphinitemlistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views') diff --git a/src/views/dolphinitemlistview.cpp b/src/views/dolphinitemlistview.cpp index 156ca204f..a031b1699 100644 --- a/src/views/dolphinitemlistview.cpp +++ b/src/views/dolphinitemlistview.cpp @@ -173,7 +173,7 @@ void DolphinItemListView::updateGridSize() if (previewsShown()) { // Optimize the width for previews with a 3:2 aspect ratio instead // of a 1:1 ratio to avoid wasting too much vertical space when - // photos. + // showing photos. const int minWidth = iconSize * 3 / 2; itemWidth = qMax(itemWidth, minWidth); } -- cgit v1.3