Skip to content
Commit 5fca2b32 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Folder View] Improve file name text rendering

GridView pads out its delegate to ensure a uniform grid. This, however, causes items to be placed on fractional pixels,
leading to blurry rendering and uneven hinting.
Instead of adjusting padding calculation to return whole pixels, which will again cause a gap at the right side of the screen,
since there's 20 icons in a row, slightly shift the delegate contents to move them back to whole pixels.
Moreover, DropShadow renders the entire item with a drop shadow, so keeping the Label visible results in two labels ontop of
each other leading to bolder text.

Differential Revision: https://phabricator.kde.org/D14234
parent 02dadc40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment