diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js index 28f4a44ce..d9f98933e 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js @@ -160,6 +160,7 @@ const ListItem = new Lang.Class({ this._descriptionLabel = new St.Label({ text: this._reason, style_class: 'end-session-dialog-app-list-item-description' }); + this.actor.label_actor = this._nameLabel; textLayout.add(this._descriptionLabel, { expand: true, x_fill: true });