davidedmundson added inline comments. INLINE COMMENTS
> FolderItemDelegate.qml:198 > return (icon.height + (2 * units.smallSpacing) + > (label.lineCount > - * theme.mSize(theme.defaultFont).height) + (2 * > units.largeSpacing)); > + * theme.mSize(theme.defaultFont).height) + (3 * > units.smallSpacing)); > } you have 3*INT being added to the height then have an icon centre aligned inside it gridUnit/largeSpacing will always be even. smallSpacing might not be. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D4856 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: hein, #plasma Cc: davidedmundson, broulik, plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol