[gnome-shell/wip/background-rework: 8/13] loginDialog: get rid of title label



commit 5f2bccf53cc103882751844f8e911d499091b9b3
Author: Ray Strode <rstrode redhat com>
Date:   Mon Feb 4 16:52:14 2013 -0500

    loginDialog: get rid of title label
    
    the login screen currently says "Sign In" at the top of it.
    
    The latest mock ups don't have that.
    
    This commit drops it.

 js/gdm/loginDialog.js |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 26a8e91..eac2451 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -719,14 +719,6 @@ const LoginDialog = new Lang.Class({
         this.contentLayout.add(this._bannerLabel);
         this._updateBanner();
 
-        this._titleLabel = new St.Label({ style_class: 'login-dialog-title',
-                                          text: C_("title", "Sign In"),
-                                          visible: false });
-
-        this.contentLayout.add(this._titleLabel,
-                              { y_fill: false,
-                                y_align: St.Align.START });
-
         this._userList = new UserList();
         this.contentLayout.add(this._userList.actor,
                                { expand: true,
@@ -1287,14 +1279,6 @@ const LoginDialog = new Lang.Class({
         return GdmUtil.fadeOutActor(this._bannerLabel);
     },
 
-    _fadeInTitleLabel: function() {
-        return GdmUtil.fadeInActor(this._titleLabel);
-    },
-
-    _fadeOutTitleLabel: function() {
-        return GdmUtil.fadeOutActor(this._titleLabel);
-    },
-
     _fadeInNotListedButton: function() {
         return GdmUtil.fadeInActor(this._notListedButton);
     },


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