Re: blurrish toolbar icons and unified title and toolbar on macOs

2022-01-21 Thread Alexander Semke
On Freitag, 21. Januar 2022 13:20:47 CET Chris Rizzitello wrote: > 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 No, it's still Qt5. -- Alexander

Re: blurrish toolbar icons and unified title and toolbar on macOs

2022-01-21 Thread Chris Rizzitello
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 On Thu, Jan 20, 2022, 3:07 AM Alexander Semke wrote: > On Dienstag, 28. Dezember 2021 15:33:07 CET Alexander Semke wrote

Re: blurrish toolbar icons and unified title and toolbar on macOs

2022-01-20 Thread Alexander Semke
On Dienstag, 28. Dezember 2021 15:33:07 CET Alexander Semke wrote: > On Freitag, 24. Dezember 2021 15:02:58 CET Méven wrote: > > Naively, this seems to me like due to fractional scaling. > > The application or part of it could have a ceiled version of the actual > > scale, the same way wayland prot

Re: blurrish toolbar icons and unified title and toolbar on macOs

2021-12-28 Thread Alexander Semke
On Freitag, 24. Dezember 2021 15:02:58 CET Méven wrote: > Naively, this seems to me like due to fractional scaling. > The application or part of it could have a ceiled version of the actual > scale, the same way wayland protocol has the issue. We're not changing anywhere the size or the scaling beh

Re: blurrish toolbar icons and unified title and toolbar on macOs

2021-12-24 Thread Méven
Naively, this seems to me like due to fractional scaling. The application or part of it could have a ceiled version of the actual scale, the same way wayland protocol has the issue. > somewhere in KMainWindow so all KDE applications benefit from it automatically and have a similar look? It seems