Skip to content

Commit

Permalink
Tweaked GraphicalEPGPIG
Browse files Browse the repository at this point in the history
  • Loading branch information
RobvanderDoes committed Jan 11, 2017
1 parent 6bbd177 commit 8f429fe
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions skin_default.xml
Expand Up @@ -1479,17 +1479,26 @@ self.autoResize()
<widget source="Event" render="Label" position="20,70" size="577,30" halign="left" backgroundColor="black" font="Bold;24" noWrap="1" transparent="0" foregroundColor="orange">
<convert type="EventName">Name</convert>
</widget>
<widget source="Event" render="Label" position="613,70" size="65,30" halign="right" backgroundColor="black" font="Bold;24" noWrap="1" transparent="0" foregroundColor="orange">
<widget source="Event" render="Label" position="10,70" size="655,25" backgroundColor="black" font="Bold;24" noWrap="1" transparent="0" foregroundColor="orange">
<convert type="EventName">Name</convert>
</widget>
<widget source="Event" render="Label" position="660,70" size="100,25" halign="right" backgroundColor="black" font="Bold;24" noWrap="1" transparent="0" foregroundColor="orange">
<convert type="EventTime">StartTime</convert>
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="Event" render="Label" position="680,70" size="100,30" halign="left" backgroundColor="black" font="Bold;24" noWrap="1" transparent="0" foregroundColor="orange">
<widget source="Event" render="Label" position="765,70" size="165,25" halign="left" backgroundColor="black" font="Bold;24" noWrap="1" transparent="0" foregroundColor="orange">
<convert type="EventTime">EndTime</convert>
<convert type="ClockToText">Format:- %H:%M</convert>
</widget>
<widget source="Event" render="Label" position="20,110" zPosition="1" size="780,170" font="Regular;22" foregroundColor="window-fg" backgroundColor="black" valign="top">
<widget source="Event" render="Label" position="10,100" zPosition="1" size="860,163" font="Regular;22" foregroundColor="window-fg" backgroundColor="black" valign="top">
<convert type="EventName">FullDescription</convert>
</widget>
<widget source="Event" render="Label" position="10,266" size="400,20" font="Regular;18" foregroundColor="blue" halign="center">
<convert type="EventName">Genre</convert>
</widget>
<widget source="Event" render="Label" position="415,266" size="415,20" font="Regular;18" foregroundColor="blue" halign="center">
<convert type="EventName">SmallRating</convert>
</widget>
<widget name="lab1" position="0,290" size="1280,390" font="Regular;24" halign="center" valign="center" zPosition="20" backgroundColor="black" transparent="0"/>
<widget name="timeline_text" position="0,290" size="1280,30" backgroundColor="black" foregroundColor="orange" transparent="1" zPosition="0"/>
<widget name="bouquetlist" position="0,73" size="877,217" backgroundColor="black" scrollbarMode="showNever" zPosition="2" transparent="0"/>
Expand Down

0 comments on commit 8f429fe

Please sign in to comment.