Created attachment 125930 [details] Pop-up not wide enough and ordering is not correct (file5 appears before file4) SUMMARY Folder view pop-up is not wide enough to hold three items side by side once the scroll bar appears. This also messes up the ordering of files. STEPS TO REPRODUCE 1. Open the folder view pop-up on a folder with more than six items. OBSERVED RESULT Only two items are shown in a row and the items are not ordered correctly. EXPECTED RESULT Three items are shown like in the case without a scroll bar and items are ordered correctly. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.18.0 KDE Frameworks Version: 5.67 Qt Version: 5.14.1
Possibly fallout from the recent scrollbar changes.
Git commit 2ebde10325ac9077469210a4cc7fa89480113053 by Nate Graham. Committed on 30/03/2022 at 02:43. Pushed by ngraham into branch 'master'. Folder View: Make popup dialog wide enough for one more grid cell Right now it is 2 pixels too narrow, so there is always a huge gap on the right side. Use a standard Unit that knows how to adjust with the font size to avoid this, in lieu of being able to get the scrollbar width. FIXED-IN: 5.24.5 M +1 -1 containments/desktop/package/contents/ui/FolderViewDialog.qml https://invent.kde.org/plasma/plasma-desktop/commit/2ebde10325ac9077469210a4cc7fa89480113053
Git commit c0405586a7411d995a02411979058c2335285737 by Nate Graham. Committed on 30/03/2022 at 02:44. Pushed by ngraham into branch 'Plasma/5.24'. Folder View: Make popup dialog wide enough for one more grid cell Right now it is 2 pixels too narrow, so there is always a huge gap on the right side. Use a standard Unit that knows how to adjust with the font size to avoid this, in lieu of being able to get the scrollbar width. FIXED-IN: 5.24.5 (cherry picked from commit 2ebde10325ac9077469210a4cc7fa89480113053) M +1 -1 containments/desktop/package/contents/ui/FolderViewDialog.qml https://invent.kde.org/plasma/plasma-desktop/commit/c0405586a7411d995a02411979058c2335285737