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

Christian Bueno <christianbuen...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christianbuen...@gmail.com

--- Comment #25 from Christian Bueno <christianbuen...@gmail.com> ---
(In reply to alohaeh from comment #16)
> It worked after I copied the cludge from comment #4 into
> /usr/lib64/qt5/qml/SddmComponents/PasswordBox.qml
> 
>     TextBox {
>         id: txtMain
>         width: parent.width; height: parent.height
>         font.pixelSize: 14
>         echoMode: TextInput.Password
>         focus: true
>         Timer {
>            interval: 200
>            running: true
>            onTriggered: txtMain.forceActiveFocus()
>         }
>     }

hello how do you know that that portion of code have to be there. I want to
learn every day.

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

Reply via email to