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

--- Comment #9 from siddharth.mant...@gmail.com ---
(In reply to equeim from comment #8)
> (In reply to siddharth.manthan from comment #7)
> > (In reply to equeim from comment #5)
> > > I think the reason for change between 5 and 6 is that in 5 Plasma's UI
> > > (unlike for normal apps) didn't use normal UI scaling and only scaled 
> > > fonts.
> > > While 6 scales everything including icons. With 125% scale the icons 
> > > become
> > > blurry because while icons are vectors they are created with the virtual
> > > pixel grid in mind and since 125% scaling is so close to 100% it messes up
> > > with their rasterization resulting in blurry half-pixels. I don't know
> > > whether it's possible to improve this (except buying 4K monitor which 
> > > Apple
> > > tells to their customers). Though visually Windows 11 seems to handle 125%
> > > scaling better than Plasma (at least in UWP/WinUI apps). So maybe some
> > > tricks are possible.
> > 
> > Will it be possible to add an option that does not scale everything. Only
> > scale font ?
> 
> You can set scaling to 100% and just increase font size directly instead (in
> font settings). However this won't work as expected if you have multiple
> monitors with different pixel densities since font size is global.

I do have multiple monitors but there are other issues with this approach.

I tried this approach. In android studio the font size increased but the size
of other elements did not which make the overall UI look out of proportion.

In chromium it is necessary to use 1.25 scaling to make pages readable. Combine
that with increased font size, the Address bar and tab title font look too big. 

Most electron apps don't follow the font settings and don't provide a way to
change it either. These apps look too small without global scaling.

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

Reply via email to