┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-26 13:40:48 +0200
committerPeter Penz <[email protected]>2012-05-26 13:41:30 +0200
commit073f8cae13f2637c0bf2f5611295e103418d52ff (patch)
tree08eadfa6f69f036a04945b2c6e512bfb8207e018 /src/views
parentf7622d323926017b9acc4d42f05abdc4bd5ca456 (diff)
Further preperations for drag & drop support in the places panel
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinitemlistview.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}