https://bugs.kde.org/show_bug.cgi?id=465839
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|REPORTED |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Nate Graham <[email protected]> --- This happens because widgets are internally snapped to a grid. That grid is less granular than the configurability allowed by the panel. The result of this is that for certain panel thicknesses, it's possible for widgets to be almost touching the panel, and for other panel thicknesses, it isn't. Our options are: 1. Allow widgets to not be snapped to a grid (Bug 358418) 2. Reduce panel thickness granularity to match the desktop widget grid size I don't think people would appreciate #2 at all, so out only option to improve this is to do #1, which means implementing that's requested in Bug 358418. Marking as a duplicate of that one. *** This bug has been marked as a duplicate of bug 358418 *** -- You are receiving this mail because: You are watching all bug changes.
