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

--- Comment #19 from Bo Simonsen <b...@geekworld.dk> ---
This is only partly resolved.

The labels are blurry because 

In QtQuick/Controls/Label.qml (qtquick controls 1):

renderType: Settings.isMobile ? Text.QtRendering : Text.NativeRendering

Needs to be:

renderType: Settings.isMobile || Screen.devicePixelRatio % 1 !== 0 ?
Text.QtRendering : Text.NativeRendering

Following:

https://cgit.kde.org/plasma-framework.git/commit/?id=a21bc11fe11651f6d211489ebfc8435cef877194

This probably means all KDE components should use PlasmaComponents.Label
(import org.kde.plasma.components 2.0 as PlasmaComponents)

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

Reply via email to