┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-10-23 21:30:40 +0200
committerPeter Penz <[email protected]>2011-10-23 21:32:35 +0200
commit517ebd721e12e3a4a3430ac3cba8ce99b33c5b0e (patch)
treecfc30b7ac02f13fdefa1d53e6c8516a27c90e4ca /src/views
parent930b3070ffcf45fae26ad0edb0125d1467f7b4a6 (diff)
Improve group-header layout
- Apply a dynamic width - Use a height that depends on the style - Cleanup some interfaces and replace xxxBoundingRect() by xxxRect()
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
index 5ff3cb26d..961651b69 100644
--- a/src/views/dolphinview.cpp
+++ b/src/views/dolphinview.cpp
@@ -846,7 +846,7 @@ void DolphinView::slotItemHovered(int index)
const KFileItem item = fileItemModel()->fileItem(index);
if (GeneralSettings::showToolTips()) {
- QRectF itemRect = m_container->controller()->view()->itemBoundingRect(index);
+ QRectF itemRect = m_container->controller()->view()->itemRect(index);
const QPoint pos = m_container->mapToGlobal(itemRect.topLeft().toPoint());
itemRect.moveTo(pos);