https://bugs.kde.org/show_bug.cgi?id=223937
Colin Griffith <tyna...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tyna...@gmail.com --- Comment #4 from Colin Griffith <tyna...@gmail.com> --- (In reply to Nate Graham from comment #3) > Created attachment 118226 [details] > Skeleton patch > > Something like the attached patch should do it. It doesn't work, and I'm not > sure why yet, but it shows the general idea of a fix for this issue. Second to last line of the patch: > const int height = itemView->iconSize().height() + metrics.height() * 2.5; So, you're still including the iconSize().height() in the calculation. Removing that should work, I think. -- You are receiving this mail because: You are watching all bug changes.