The popup showing a subdirectory in FolderView is slightly too narrow to accomodate for a third column of icons. This could be a high-dpi issue where it hardly doesn't fit. The applet's initial size is fine, it's just the popup that is wrong. Reproducible: Always Steps to Reproduce: 1. Place FolderView on desktop 2. Hover a folder and click the lower icon on the left of the icon (half-filled circle, whatever that icon means) 3. Actual Results: The resulting popup is slightly too narrow to fit three columns inside Expected Results: Three columns fit inside the popup
Created attachment 96962 [details] Popup slightly too narrow
width: cellWidth * 3 + 10 // FIXME HACK: Use actual scrollbar width. Heh, there we have it.
Yeah, I've told Marco a bunch of times I want an API for getting theme element sizes for precalc use cases ...
Git commit 6ecb70d9980b01718aa6c7fc658dd6b74e1325d5 by Eike Hein. Committed on 08/02/2016 at 09:40. Pushed by hein into branch 'Plasma/5.5'. Scale by device pixel ratio. M +1 -1 containments/desktop/package/contents/ui/FolderViewDialog.qml http://commits.kde.org/plasma-desktop/6ecb70d9980b01718aa6c7fc658dd6b74e1325d5