[gnome-shell/gnome-3-36] loginDialog: Fill UserListItem layout to show the timed login indicator
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-36] loginDialog: Fill UserListItem layout to show the timed login indicator
- Date: Thu, 8 Apr 2021 19:33:19 +0000 (UTC)
commit 574061fdfd4d94df8a76d64713f568ec6ee387bf
Author: Marco Trevisan (Treviño) <mail 3v1n0 net>
Date: Fri Feb 5 16:58:49 2021 +0100
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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1784>
js/gdm/loginDialog.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 00288a2264..fc64c3b9fc 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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]