Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

Hide icon in ListItem to give more space to label and label 2

$
0
0
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:

Code:

items.append(xbmcgui.ListItem(label = label, label2 = label2))
resp = dialog.select(string_load(30309), items, useDetails = True)

Thanks.

Viewing all articles
Browse latest Browse all 1803

Trending Articles