Skip to content

Commit 38221b8

Browse files
committed
Only show poster in the default-wide OSD when we're not displaying the channum/icon/callsign. Also center the poster better in the available space.
1 parent 69cae58 commit 38221b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mythtv/themes/default-wide/osd.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@
302302
<area>20,100,150,30</area>
303303
<align>hcenter,vcenter</align>
304304
</textarea>
305-
<imagetype name="iconpath">
305+
<imagetype name="iconpath" depends="channum">
306306
<area>30,140,130,100</area>
307307
</imagetype>
308-
<imagetype name="coverart">
309-
<area>30,140,100,150</area>
308+
<imagetype name="coverart" depends="!channum">
309+
<area>45,100,100,150</area>
310310
</imagetype>
311-
<textarea name="callsign">
311+
<textarea name="callsign" depends="channum">
312312
<font>smaller</font>
313313
<area>20,250,150,30</area>
314314
<align>hcenter,vcenter</align>

0 commit comments

Comments
 (0)