]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinitemlistview.cpp
Further preperations for drag & drop support in the places panel
[dolphin.git] / src / views / dolphinitemlistview.cpp
index 156ca204f2edcc56ee7d5786666cd14cf2486367..a031b1699f9e4bee94eea38b308cc113dca16c54 100644 (file)
@@ -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);
         }