Fix my previous bad merge

I failed to notice that the changes didn't apply cleanly. With this
commit everything should be a-okay again.
This commit is contained in:
Felix Ernst 2022-01-29 18:47:40 +01:00
parent 793ad44cb8
commit 64af89a3ff

View file

@ -230,7 +230,7 @@ void KStandardItemListWidgetInformant::calculateDetailsLayoutItemSizeHints(QVect
{
const KItemListStyleOption& option = view->styleOption();
const qreal height = option.padding * 2 + qMax(option.iconSize, option.fontMetrics.height());
logicalHeightHints.fill(height);
logicalHeightHints.fill(std::make_pair(height, false));
logicalWidthHint = -1.0;
}