Index: apps/dolphin/src/kcategorizedview.cpp =================================================================== --- apps/dolphin/src/kcategorizedview.cpp (revisión: 753192) +++ apps/dolphin/src/kcategorizedview.cpp (copia de trabajo) @@ -396,7 +396,7 @@ QModelIndex lastIndex = categoriesIndexes.isEmpty() ? QModelIndex() : categoriesIndexes[categories.last()].last(); int lastItemBottom = cachedRectIndex(lastIndex).top() + - listView->spacing() + (listView->gridSize().isEmpty() ? cachedRectIndex(lastIndex).height() : listView->gridSize().height()) - listView->viewport()->height(); + listView->spacing() + (listView->gridSize().isEmpty() ? biggestItemSize.height() : listView->gridSize().height()) - listView->viewport()->height(); listView->horizontalScrollBar()->setRange(0, 0); Index: workspace/systemsettings/kcategorizedview.cpp =================================================================== --- workspace/systemsettings/kcategorizedview.cpp (revisión: 753192) +++ workspace/systemsettings/kcategorizedview.cpp (copia de trabajo) @@ -396,7 +396,7 @@ QModelIndex lastIndex = categoriesIndexes.isEmpty() ? QModelIndex() : categoriesIndexes[categories.last()].last(); int lastItemBottom = cachedRectIndex(lastIndex).top() + - listView->spacing() + (listView->gridSize().isEmpty() ? cachedRectIndex(lastIndex).height() : listView->gridSize().height()) - listView->viewport()->height(); + listView->spacing() + (listView->gridSize().isEmpty() ? biggestItemSize.height() : listView->gridSize().height()) - listView->viewport()->height(); listView->horizontalScrollBar()->setRange(0, 0);