gdm: Make UserList accessible

https://bugzilla.gnome.org/show_bug.cgi?id=684728
This commit is contained in:
Florian Müllner 2012-09-24 19:06:09 +02:00
parent 9f476a12dd
commit f7826616b8

View File

@ -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,