From a19e6573e1820b78e039a26d3f6ce34b5a651c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 5 Feb 2021 16:58:49 +0100 Subject: [PATCH] loginDialog: Fill UserListItem layout to show the timed login indicator When the timed indicator is shown the UserListItem layout should fill so that the timed indicator can expand to use the whole item space. So, always use the default value for x-align that will make it to fill the available space without causing any regression when the timed indicator is hidden. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3675 Part-of: --- js/gdm/loginDialog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index baddc22cd..ad84c3e3c 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -42,7 +42,6 @@ var UserListItem = GObject.registerClass({ _init(user) { let layout = new St.BoxLayout({ vertical: true, - x_align: Clutter.ActorAlign.START, }); super._init({ style_class: 'login-dialog-user-list-item',