Skip to content

Commit

Permalink
Update EpgList.py
Browse files Browse the repository at this point in the history
! show almost no epg/information.png in EPG
  • Loading branch information
arn354 committed Feb 27, 2014
1 parent 53dcf8d commit b92a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/EpgList.py
Expand Up @@ -949,7 +949,7 @@ def buildGraphEntry(self, service, service_name, events, picon):
evY = top + self.eventBorderWidth
evW = ewidth - 2 * (self.eventBorderWidth + self.eventNamePadding)
evH = height - 2 * self.eventBorderWidth
if evW < 50 and self.infomationPix is not None and self.graphic:
if evW < 10 and self.infomationPix is not None and self.graphic:
res.append(MultiContentEntryPixmapAlphaTest(
pos = (evX, evY), size = (evW, evH),
png = self.infomationPix))
Expand Down

0 comments on commit b92a77b

Please sign in to comment.