@ -55,6 +55,7 @@ export class ListItem extends BI.BasicButton {
text: name,
width: 200,
textAlign: 'left',
title: name,
ref: (_ref: any) => {
this.nameLabel = _ref;
},
@ -21,6 +21,7 @@ export class ListItem extends BI.BasicButton {
{
type: Label,
text: this.options.name,
title: this.options.name,
width: 250,