[gnome-shell/uajain/adapt-user-avatar-part2] fixup! js: Add caps-lock Warning to the dialogs



commit ffc7bfe4c78ac74adf846e08ff5a3d71c68322bb
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Feb 11 12:03:07 2020 -0300

    fixup! js: Add caps-lock Warning to the dialogs

 js/gdm/authPrompt.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index e36514aa03..db56d60ec1 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -200,7 +200,7 @@ var AuthPrompt = GObject.registerClass({
             this._mainBox.replace_child(this._entry, this._textEntry);
             this._entry = this._textEntry;
         }
-        this._capsLockWarningLabel.visible = secret;
+        this._capsLockWarningLabel.opacity = secret ? 0 : 255;
     }
 
     _onAskQuestion(verifier, serviceName, question, secret) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]