https://bugs.kde.org/show_bug.cgi?id=477423
--- Comment #2 from Jakob Petsovits <j.acco...@petsovits.com> --- Great catch, thanks. The code only uses a single icon, "system-log-out-symbolic". However, Icon Explorer shows that for this icon, 22px and above introduce the surrounding circle, whereas the 16px version only uses the arrow without the circle. The QML code passes just the icon name to the two icon-drawing components (KQuickStyleItem for the unopened ComboBox styling, and QQC2.ItemDelegate for the popup list item). It would seem that both are requesting different icon sizes by default, despite the font size being the same for the text shown next to the icon. We could try to force the smaller icon size (16px instead of 22) for popup list items, or look into whether it's possible to use the same icon sizes by default without visual regressions. -- You are receiving this mail because: You are watching all bug changes.