https://bugs.kde.org/show_bug.cgi?id=379432

--- Comment #13 from sac <mila...@eclipso.de> ---
Kind of a workaround (mentioned in Kubuntuforum):

1. Edit
"/usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml"
2. Replace 
"var iconWidth = iconSize + (2 * units.largeSpacing) + (2 *
units.smallSpacing);"
with 
"var iconWidth = iconSize + (4 * units.largeSpacing) + (2 *
units.smallSpacing); //Multiplier changed to 4"
3. Replace 
"var iconHeight = iconSize + (theme.mSize(theme.defaultFont).height *
plasmoid.configuration.textLines) + (4 * units.smallSpacing);"
with
"var iconHeight = iconSize + (theme.mSize(theme.defaultFont).height *
plasmoid.configuration.textLines) + (2 * units.smallSpacing); //Multiplier
changed to 2"

I'm not sure if the "Grid Way" is the right solution. Personally, I'd love to
have an option to position the Icons freely myself, without any Grid
constraints. Disadvantage: wouldn't be that accurate, Advantage: I can gain
space and position them exactly where I want, so that the icon doesn't "jump"
to the near grid line.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to