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

--- Comment #1 from Mauro Carvalho Chehab <mchehab+sams...@kernel.org> ---
Rendering icons is done via libQt.

On Kaffeine, all icons defined internally are at SVG format, so they should
scale fine. There are a number of icons, however, that comes from the theme
used on KDE. That is the case, for example, of the Play Audio CD icon:

src/mainwindow.cpp:     button = addShortcut(i18n("&2 Play Audio CD"),
QIcon::fromTheme(QLatin1String("media-optical-audio"),
QIcon(":media-optical-audio")), this);

On a quick look here, while on several themes this is a SVG file too, on some
it is still a png image (here, I'm seeing it on Mint-X, matefaenza,
matefaenzadark and oxygen themes). I prefer myself to use the breeze theme,
with uses SVG images.

If you're using a fractional display scaling, and assuming that libQt does the
right thing, it probably makes sense to select a theme that uses

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

Reply via email to