Hi,
I'm using the xmbcgui.ListItem in a dialog to show a list of videos but I would like to hide the icon to give more space to the description. Is there any way to do that?
This is a screenshot of the current dialog and the code to call the dialog:
Thanks.
I'm using the xmbcgui.ListItem in a dialog to show a list of videos but I would like to hide the icon to give more space to the description. Is there any way to do that?
This is a screenshot of the current dialog and the code to call the dialog:
Code:
items.append(xbmcgui.ListItem(label = label, label2 = label2))
resp = dialog.select(string_load(30309), items, useDetails = True)
Thanks.