From 2d865eb563910b0b10fdbf964318c83831e2452d7d0bab180333d118b739c741 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 6 Mar 2016 12:56:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=189 --- fix-breeze-sddm-theme-with-many-users.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fix-breeze-sddm-theme-with-many-users.patch b/fix-breeze-sddm-theme-with-many-users.patch index c51d6d5..10c5c90 100644 --- a/fix-breeze-sddm-theme-with-many-users.patch +++ b/fix-breeze-sddm-theme-with-many-users.patch @@ -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