| Summary: | Icon grid in folderview widget is not centered | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Kishore Gopalakrishnan <kishore96> |
| Component: | Desktop icons & Folder View widget | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | minor | CC: | kde, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.11.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Screenshot of the folderview widget | ||
We add some extra padding between icons on the desktop so they're uniformly laid out, however doing the same with the applet proved to be challenging as the preferred size of the applet depends on its contents and then you end up in a loop. Yeah, this is currently by design. We experimented with adjusting the grid in the widget, but decided it should be a simple uniform flow, sorry. |
Created attachment 109651 [details] Screenshot of the folderview widget I am currently using the folderview plasmoid set to 'align in rows', and 'align left' (see attached screenshot). In this configuration, the padding on the left and right sides of the plasmoid are not equal. Ideally, if a new icon can't be fitted in the space left on a row, and there are more icons left to be placed in the following rows, the icons in that row would be arranged with the extra space distributed equally between the left and right sides. Currently, I have to fine-tune the size of the plasmoid depending on the number of icons, in order to not have too much space left over on one side of the grid.