<div dir="auto">Are you using Qt6? There seams to be an issue w scaling in Qt6. I have noticed when I scale up or down an icon they are not as crisp as the same icon with the same code in Qt5</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 20, 2022, 3:07 AM Alexander Semke <<a href="mailto:alexander.semke@web.de">alexander.semke@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Dienstag, 28. Dezember 2021 15:33:07 CET Alexander Semke wrote:<br>
> On Freitag, 24. Dezember 2021 15:02:58 CET Méven wrote:<br>
> > Naively, this seems to me like due to fractional scaling.<br>
> > The application or part of it could have a ceiled version of the actual<br>
> > scale, the same way wayland protocol has the issue.<br>
> <br>
> We're not changing anywhere the size or the scaling behavior of the toolbar.<br>
> It's initialized through KXMLGUI-stuff and I don't see what is done<br>
> differently in Kate and in Dolphin. But maybe I'm overseeing the relevant<br>
> difference...<br>
In case somebody is also running into the same problem, the solution is to add <br>
<br>
<key>NSHighResolutionCapable</key><br>
<string>True</string><br>
<br>
to the build manifest (plist file on macos).<br>
<br>
<br>
-- <br>
Alexander<br>
<br>
<br>
<br>
</blockquote></div>