[gnome-shell] UnlockDialog: place the prompt above the entry, rather than on the side



commit 855f0dbcadfe390857670fca49dda6109a72f134
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue Aug 7 17:57:38 2012 +0200

    UnlockDialog: place the prompt above the entry, rather than on the side
    
    As indicated in the mockups
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681143

 js/ui/unlockDialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js
index e129188..c48fbeb 100644
--- a/js/ui/unlockDialog.js
+++ b/js/ui/unlockDialog.js
@@ -101,7 +101,7 @@ const UnlockDialog = new Lang.Class({
         this.contentLayout.add_actor(this._userWidget.actor);
 
         this._promptLayout = new St.BoxLayout({ style_class: 'login-dialog-prompt-layout',
-                                                vertical: false });
+                                                vertical: true });
 
         this._promptLabel = new St.Label({ style_class: 'login-dialog-prompt-label' });
         this._promptLayout.add(this._promptLabel,



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