https://bugs.kde.org/show_bug.cgi?id=447332
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/ac1d8bd11 | |0dab88ed60e67d2c4aec9dea728 | |d89f --- Comment #5 from Alvin Wong <al...@alvinhc.com> --- Git commit ac1d8bd110dab88ed60e67d2c4aec9dea728d89f by Alvin Wong. Committed on 29/12/2021 at 10:55. Pushed by alvinwong into branch 'master'. Change recent files menu to show at most 10 items ... regardless of the maxRecentFileItems setting. This matches the previous behaviour before MR !1182. The reason is that, QMenu does not handle too many items in a nice way, and the tall thumbnail plus potentially long paths doesn't help. The current default maxRecentFileItems being 100 is too much for the menu to handle. M +14 -0 libs/widgetutils/config/krecentfilesaction.cpp M +4 -0 libs/widgetutils/config/krecentfilesaction_p.h https://invent.kde.org/graphics/krita/commit/ac1d8bd110dab88ed60e67d2c4aec9dea728d89f -- You are receiving this mail because: You are watching all bug changes.