[gnome-shell/gbsneto/new-lock-screen-part2] fixup! unlockDialog: Add user name label below clock



commit 41e6ac0ff995180b2491f49c9ff30283171d4b28
Author: Umang Jain <mailumangjain gmail com>
Date:   Fri Jan 17 16:41:30 2020 +0530

    fixup! unlockDialog: Add user name label below clock

 data/theme/gnome-shell-sass/widgets/_screen-shield.scss | 4 ----
 js/ui/unlockDialog.js                                   | 8 --------
 2 files changed, 12 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss 
b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
index 9e35b2f6e5..11d11444f2 100644
--- a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
+++ b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
@@ -18,10 +18,6 @@
   font-weight: normal;
 }
 
-.unlock-dialog-user-name {
-  padding: 12px 0px;
-}
-
 .unlock-dialog-notifications-container {
   margin: 12px 0;
   spacing: 6px;
diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js
index 9598deb988..896d8ca8c0 100644
--- a/js/ui/unlockDialog.js
+++ b/js/ui/unlockDialog.js
@@ -435,14 +435,6 @@ var UnlockDialog = GObject.registerClass({
         let clock = new Clock();
         this._clock.add_child(clock);
 
-        let nameLabel = new St.Label({
-            style_class: 'unlock-dialog-user-name',
-            text: this._user.get_real_name(),
-            x_expand: true,
-            x_align: Clutter.ActorAlign.CENTER,
-        });
-        this._clock.add_child(nameLabel);
-
         stack.add_child(this._clock);
         this._showClock();
 


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