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

--- Comment #20 from Serge Volkov <s...@ulstu.ru> ---
Again I was wrong.

Add to the
/usr/local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/MainBlock.qml
file:
1. Add to the top

    import QtQuick.Window 2.2
    import QtQuick.Controls.Styles.Plasma 2.0 as Styles

2. Add after PlasmaComponents.TextField {

    style: Styles.TextFieldStyle {
        renderType: Screen.devicePixelRatio % 1 !== 0 ? Text.QtRendering :
Text.NativeRendering
    }

And delete Mainblock.qmlc file.

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

Reply via email to