gdm: Make UserList accessible
https://bugzilla.gnome.org/show_bug.cgi?id=684728
This commit is contained in:
parent
9f476a12dd
commit
f7826616b8
@ -105,6 +105,7 @@ const UserListItem = new Lang.Class({
|
||||
layout.add(textLayout, { expand: true });
|
||||
|
||||
this._nameLabel = new St.Label({ style_class: 'login-dialog-user-list-item-name' });
|
||||
this.actor.label_actor = this._nameLabel;
|
||||
textLayout.add(this._nameLabel,
|
||||
{ y_fill: false,
|
||||
y_align: St.Align.MIDDLE,
|
||||
|
Loading…
Reference in New Issue
Block a user