https://bugs.kde.org/show_bug.cgi?id=391691
--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
> there's only one

There are many. Follow the components import.

>and that porting it to QQC2 will resolve the issue?

It will make no difference.
Only relevant thing is Text render type. Text isn't part of QQC at all, but
some components will use Text and thus could set it. Plasma controls (for 1 or
2) do not.

There are 3 options:
 - Disable Qt scaling on the lock screen, as Plasma does it's own scaling
anyway so it makes no difference (there's a discard phab patch from me about a
year ago)

 - Change the Text render type in Plasma text items  

renderType: Window.devicePixelRatio % 1 !== 0 ? Text.QtRendering :
Text.NativeRendering
(as per qqc2-desktop-style )

 - Wait for relevant Qt fix

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

Reply via email to