Summary: | Unusual placement of overlay icons | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Luke Horwell <code> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dolphin-bugs-null, meven29 |
Priority: | NOR | ||
Version First Reported In: | git-master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=500624 | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/e4786b4e7ae03e1f67762c38635f08df958e97d4 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot of Dolphin 25.03.70 (git) with offset icons |
Description
Luke Horwell
2025-02-19 18:38:51 UTC
Affects git-master only, not 24.12.2, my mistake. Might have been mentioned here: https://invent.kde.org/system/dolphin/-/merge_requests/912 > One think master could improve is the position of the overlay icon with small sizes, I think we can do something. Fixing this will reintroduce https://bugs.kde.org/show_bug.cgi?id=497372 currently. The overlay size depend on the icon/preview being shown as of now. The preview fix made it so all icon/preview had the same size, hence the gap between the overlay and the icon/preview. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/917 Git commit e4786b4e7ae03e1f67762c38635f08df958e97d4 by Méven Car. Committed on 01/03/2025 at 10:03. Pushed by meven into branch 'master'. kstandarditemlistwidget: make overlay icons independant of preview size This consists in replacing the use of KIconUtils::addOverlay to custom adapted function, based on KIconLoader::global()->drawOverlays previous behavior. M +60 -10 src/kitemviews/kstandarditemlistwidget.cpp https://invent.kde.org/system/dolphin/-/commit/e4786b4e7ae03e1f67762c38635f08df958e97d4 |