Skip to content

Commit

Permalink
Extend message area in fullscreen MythDialogBox in MythCenter-wide
Browse files Browse the repository at this point in the history
Sometimes a program cannot be recorded because there are not
enough tuners available and other programs have higher recording
priorities. The other programs that will be recorded instead are shown
in the Upcoming Recordings by pressing Enter on the conflicting recording.
In theme MythCenter-wide the message area had only room to show
two conflicting recordings. The message area is now extended
to show a few more conflicting recordings.
In the Terra theme the MythDialogBox is configured so that there is
already enough room to show many conflicting recordings.
  • Loading branch information
kmdewaal committed Jan 9, 2024
1 parent 30a908b commit 32c738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/themes/MythCenter-wide/base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
</textarea>

<textarea name="messagearea" from="basetextarea">
<area>100,100,1080,210</area>
<area>40,40,1140,320</area>
<multiline>yes</multiline>
<font>basemedium</font>
<align>allcenter</align>
Expand Down

0 comments on commit 32c738b

Please sign in to comment.