https://bugs.kde.org/show_bug.cgi?id=390263
--- Comment #3 from Nick Stefanov <m...@abv.bg> --- To receive consistent folder spaces In FolderView.qml I edit the following lines: var iconWidth = iconSize + (6 * units.largeSpacing) + (0 * units.smallSpacing); and var iconHeight = iconSize + (theme.mSize(theme.defaultFont).height * plasmoid.configuration.textLines) + (0 * units.smallSpacing); The inconsistent effect is with the default settings of FolderView.qml. When I edit it the spaces are correct. See the screenshot below: https://s10.postimg.org/pdv5zuvkp/Consistent_spaces.png The problem is not only on my installation. I tried brand new installation where the inconsistent effect is also present. -- You are receiving this mail because: You are watching all bug changes.