Skip to content

Commit

Permalink
More room for Scheduling fields
Browse files Browse the repository at this point in the history
Minor tweaks to field lengths used for scheduling recordings in theme MythCenter-wide.
Also some position changes to create space for the extended lengths.
In theme MythCenter-wide some boxes are just long enough to contain the English texts.
Make the boxes a bit bigger so that also slightly longer texts, such as
the Dutch translation, can be presented here.

(cherry picked from commit 74ebb7d)
  • Loading branch information
kmdewaal committed Feb 17, 2022
1 parent b03221f commit 0d9d21a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions mythtv/themes/MythCenter-wide/schedule-ui.xml
Expand Up @@ -1864,7 +1864,7 @@
</checkbox>

<textarea name="ruleactivelabel" from="basetextarea">
<area>655,586,300,30</area>
<area>670,586,315,30</area>
<value>Recording Rule Active</value>
</textarea>

Expand Down Expand Up @@ -1979,7 +1979,7 @@
</checkbox>

<textarea name="autoexpirelabel" from="basetextarea">
<area>500,582,450,30</area>
<area>300,582,500,30</area>
<value>Allow recordings to expire?</value>
</textarea>

Expand All @@ -1996,52 +1996,52 @@
</group>

<checkbox name="metadatalookup" from="basecheckbox">
<position>450,310</position>
<position>300,310</position>
</checkbox>

<textarea name="metadatalookuplabel" from="basetextarea">
<area>500,314,450,30</area>
<area>350,314,500,30</area>
<value>Automatically Look Up Metadata</value>
</textarea>

<checkbox name="autocommflag" from="basecheckbox">
<position>450,354</position>
<position>300,354</position>
</checkbox>

<textarea name="autocommflaglabel" from="basetextarea">
<area>500,358,450,30</area>
<area>350,358,500,30</area>
<value>Commercial Flag new recordings</value>
</textarea>

<checkbox name="autotranscode" from="basecheckbox">
<position>450,398</position>
<position>300,398</position>
</checkbox>

<textarea name="autotranscodelabel" from="basetextarea">
<area>500,402,300,30</area>
<area>350,402,500,30</area>
<value>Transcode new recordings</value>
</textarea>

<buttonlist name="transcodeprofile" from="basewideselector">
<position>304,446</position>
<position>300,446</position>
<helptext></helptext>
</buttonlist>

<checkbox name="userjob1" from="basecheckbox">
<position>400,534</position>
<position>300,534</position>
</checkbox>

<textarea name="userjob1label" from="basetextarea">
<area>450,538,300,30</area>
<area>350,538,400,30</area>
<value>Run User Job #1</value>
</textarea>

<checkbox name="userjob2" from="basecheckbox">
<position>400,580</position>
<position>300,580</position>
</checkbox>

<textarea name="userjob2label" from="basetextarea">
<area>450,582,300,30</area>
<area>350,582,400,30</area>
<value>Run User Job #2</value>
</textarea>

Expand Down

0 comments on commit 0d9d21a

Please sign in to comment.