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
This commit is contained in:
Giovanni Campagna 2012-08-07 17:57:38 +02:00
parent 03db0d630e
commit 855f0dbcad

View File

@ -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,