diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js index 2f710df84..db32976a6 100644 --- a/js/ui/components/polkitAgent.js +++ b/js/ui/components/polkitAgent.js @@ -49,7 +49,7 @@ const AuthenticationDialog = new Lang.Class({ let messageBox = new St.BoxLayout({ style_class: 'prompt-dialog-message-layout', vertical: true }); mainContentBox.add(messageBox, - { y_align: St.Align.START }); + { expand: true, y_align: St.Align.START }); this._subjectLabel = new St.Label({ style_class: 'prompt-dialog-headline', text: _("Authentication Required") });