We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cae58 commit 38221b8Copy full SHA for 38221b8
mythtv/themes/default-wide/osd.xml
@@ -302,13 +302,13 @@
302
<area>20,100,150,30</area>
303
<align>hcenter,vcenter</align>
304
</textarea>
305
- <imagetype name="iconpath">
+ <imagetype name="iconpath" depends="channum">
306
<area>30,140,130,100</area>
307
</imagetype>
308
- <imagetype name="coverart">
309
- <area>30,140,100,150</area>
+ <imagetype name="coverart" depends="!channum">
+ <area>45,100,100,150</area>
310
311
- <textarea name="callsign">
+ <textarea name="callsign" depends="channum">
312
<font>smaller</font>
313
<area>20,250,150,30</area>
314
0 commit comments