This commit is contained in:
parent
a09eca6cc9
commit
2d865eb563
@ -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
|
//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
|
//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
|
echoMode: TextInput.Password
|
||||||
onAccepted: loginPrompt.startLogin()
|
onAccepted: loginPrompt.startLogin()
|
||||||
focus: true
|
focus: true
|
||||||
@ -148,7 +148,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
|
|||||||
onTriggered: passwordInput.forceActiveFocus()
|
onTriggered: passwordInput.forceActiveFocus()
|
||||||
}
|
}
|
||||||
//end hack
|
//end hack
|
||||||
@@ -221,9 +225,13 @@ Image {
|
@@ -235,9 +239,13 @@ Image {
|
||||||
target: sddm
|
target: sddm
|
||||||
onLoginFailed: {
|
onLoginFailed: {
|
||||||
//Re-enable button and textfield
|
//Re-enable button and textfield
|
||||||
@ -165,7 +165,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
|
|||||||
loginButton.enabled = true;
|
loginButton.enabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -232,11 +240,12 @@ Image {
|
@@ -246,11 +254,12 @@ Image {
|
||||||
|
|
||||||
function startLogin () {
|
function startLogin () {
|
||||||
//Disable button and textfield while password check is running
|
//Disable button and textfield while password check is running
|
||||||
|
Loading…
x
Reference in New Issue
Block a user