Hrvoje Senjan 2016-03-06 12:56:33 +00:00 committed by Git OBS Bridge
parent a09eca6cc9
commit 2d865eb563

View File

@ -132,7 +132,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
//Enable clipping whilst animating, otherwise the items would be shifted to other screens in multiscreen setups
//As there are only 2 items (loginPrompt and logoutScreenComponent), it's sufficient to do it only in this component
@@ -129,13 +132,14 @@ Image {
@@ -141,13 +144,14 @@ Image {
echoMode: TextInput.Password
onAccepted: loginPrompt.startLogin()
focus: true
@ -148,7 +148,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
onTriggered: passwordInput.forceActiveFocus()
}
//end hack
@@ -221,9 +225,13 @@ Image {
@@ -235,9 +239,13 @@ Image {
target: sddm
onLoginFailed: {
//Re-enable button and textfield
@ -165,7 +165,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
loginButton.enabled = true;
}
}
@@ -232,11 +240,12 @@ Image {
@@ -246,11 +254,12 @@ Image {
function startLogin () {
//Disable button and textfield while password check is running