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:
parent
03db0d630e
commit
855f0dbcad
@ -101,7 +101,7 @@ const UnlockDialog = new Lang.Class({
|
|||||||
this.contentLayout.add_actor(this._userWidget.actor);
|
this.contentLayout.add_actor(this._userWidget.actor);
|
||||||
|
|
||||||
this._promptLayout = new St.BoxLayout({ style_class: 'login-dialog-prompt-layout',
|
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._promptLabel = new St.Label({ style_class: 'login-dialog-prompt-label' });
|
||||||
this._promptLayout.add(this._promptLabel,
|
this._promptLayout.add(this._promptLabel,
|
||||||
|
Loading…
Reference in New Issue
Block a user