diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js index e1291886c..c48fbeb31 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,