Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MythCenter-wide mythtv-setup Channel Editor additional fields
Add service ID, frequency and transport ID to the fields that are
displayed in the channel list of the mythtv-setup Channel Editor
in the theme MythCenter-wide.
  • Loading branch information
kmdewaal committed Oct 28, 2020
1 parent bf86e4e commit c68c3c8
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions mythtv/themes/MythCenter-wide/config-ui.xml
Expand Up @@ -121,8 +121,12 @@
<fill color="#333333" alpha="180" />
</shape>

<shape name="frequency_background" from="channum_column">
<area>650,54,140,372</area>
</shape>

<shape name="sourcename_background" from="channum_column">
<area>854,54,290,372</area>
<area>899,54,245,372</area>
</shape>

<buttonlist name="channels" from="basebuttonlist2">
Expand All @@ -136,15 +140,27 @@
<preserveaspect>true</preserveaspect>
</imagetype>
<textarea name="channum" from="buttontext">
<area>32,2,80,26</area>
<align>center,vcenter</align>
<area>22,2,80,26</area>
<align>right,vcenter</align>
</textarea>
<textarea name="name" from="buttontext">
<area>120,2,740,26</area>
<area>120,2,400,26</area>
<align>left,vcenter</align>
</textarea>
<textarea name="serviceid" from="name">
<area>520,2,100,26</area>
<align>right,vcenter</align>
</textarea>
<textarea name="frequency" from="name">
<area>620,2,140,26</area>
<align>right,vcenter</align>
</textarea>
<textarea name="transportid" from="name">
<area>770,2,100,26</area>
<align>right,vcenter</align>
</textarea>
<textarea name="sourcename" from="name">
<area>860,2,276,26</area>
<area>890,2,246,26</area>
</textarea>
</state>
<state name="selectedactive" from="active" />
Expand Down

0 comments on commit c68c3c8

Please sign in to comment.