Created attachment 176558 [details] Changing view scale in Dolphin 24.12 (left) and Dolphin 24.08.3 (right) SUMMARY After updating to Dolphin 24.12.0, overlay icons (such as symlinks and read-only) are proportionately larger at the default 64 pixels zoom compared to Dolphin 24.08.3. They no longer scale proportionately when increasing/decreasing zoom level. These overlay icons seem to using the 22px version of the icon (e.g. "22/emblem-symbolic-link.svg"), even though the icon scheme provides a 24px size, which goes unused. I believe it's a bug rather than an intentional design change. Attached is a video to demonstrate. STEPS TO REPRODUCE 1. Open a folder containing files/folders which trigger an overlay icon (e.g. a symlink file) 2. Change the zoom of the view (mouse+scroll wheel) OBSERVED RESULT Overlay icons are larger. EXPECTED RESULT Overlay icons were a little smaller. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.1 ADDITIONAL INFORMATION From the 24.12.0 release notes, the closest thing could be: "Port from KIconLoader::drawOverlays to KIconUtils::addOverlays." http://commits.kde.org/dolphin/cebcf8dbb3ff310aa0761ad452e4ca79278d7831 — https://kde.org/announcements/changelogs/gear/24.12.0/
Just to note, it seems to only affect the right overlay icon (e.g. emblem-symbolic-link, emblem-readonly). The left overlay icon scales as expected like the previous version (e.g. version control status: vcs-normal, vcs-locally-modified-unstaged, etc).
Created attachment 176786 [details] Screenshot showing inconsistency on hidden files with Git plugin Looks like the left icon is indeed affected. I was going to open a new report, but it seems too similar to this one. Overlay icons added by the Git plugin are inconsistently sized between hidden and non-hidden files and folders in Dolphin 24.12. STEPS TO REPRODUCE 1. Create a directory and run "git init" inside. 2. Create files and folders, with some hidden by prefixing a dot in the name. 3. Commit the changes, e.g. "git add ." and "git commit -m Test". 4. Show hidden files in the folder. 5. Observe the overlay VCS icon size. Hidden files/folders have a smaller VCS icon then non-hidden files/folders.