Skip to content

Commit

Permalink
Size of recording start time field in MythCenter-wide
Browse files Browse the repository at this point in the history
Increase the width of the field showing the recording
start time in theme MythCenter-wide from 94 to 104.
This makes the field wide enough to show time values
in the AM/PM time presentation mode.

Refs #578
  • Loading branch information
kmdewaal committed Jul 26, 2022
1 parent 55425a9 commit 50c58fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mythtv/themes/MythCenter-wide/recordings-ui.xml
Expand Up @@ -250,20 +250,20 @@
<state name="marked"></state>
</statetype>
<textarea name="titlesubtitle" from="buttontext">
<area>32,2,618,28</area>
<area>32,2,608,28</area>
<align>vcenter</align>
</textarea>
<textarea name="watchedpercent" from="buttontext">
<area>650,2,60,28</area>
<area>640,2,60,28</area>
<align>right,vcenter</align>
<template>%|watchedpercent|%%</template>
</textarea>
<textarea name="shortstartdate" from="buttontext">
<area>710,2,70,28</area>
<area>700,2,70,28</area>
<align>right,vcenter</align>
</textarea>
<textarea name="starttime" from="buttontext">
<area>780,2,94,28</area>
<area>770,2,104,28</area>
<align>right,vcenter</align>
</textarea>
<statetype name="watched">
Expand Down Expand Up @@ -305,19 +305,19 @@
<align>vcenter</align>
</textarea>
<textarea name="titlesubtitle" from="fonts">
<area>32,2,618,28</area>
<area>32,2,608,28</area>
</textarea>
<textarea name="watchedpercent" from="fonts">
<area>650,2,60,28</area>
<area>640,2,60,28</area>
<align>right,vcenter</align>
<template>%|watchedpercent|%%</template>
</textarea>
<textarea name="shortstartdate" from="fonts">
<area>710,2,70,28</area>
<area>700,2,70,28</area>
<align>right,vcenter</align>
</textarea>
<textarea name="starttime" from="fonts">
<area>780,2,94,28</area>
<area>770,2,104,28</area>
<align>right,vcenter</align>
</textarea>
</state>
Expand Down

0 comments on commit 50c58fb

Please sign in to comment.