Skip to content

Commit

Permalink
MythCenter-wide: Change the popup backgrounds to a shape in recording…
Browse files Browse the repository at this point in the history
…s-ui.xml
  • Loading branch information
Paul Harrison committed Aug 10, 2013
1 parent 4071011 commit 750f597
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions mythtv/themes/MythCenter-wide/recordings-ui.xml
Expand Up @@ -469,9 +469,9 @@

<window name="changeview">
<area>-1,-1,500,500</area>
<imagetype name="backimg">
<filename>mythdialogbox-background.png</filename>
</imagetype>
<shape name="backimg" from="basepopupbackground">
<area>0,0,100%,100%</area>
</shape>

<textarea name="title" from="basetextarea">
<area>12,34,470,30</area>
Expand Down Expand Up @@ -552,9 +552,9 @@
<window name="passwordchanger">
<area>-1,-1,500,500</area>

<imagetype name="backimg">
<filename>mythdialogbox-background.png</filename>
</imagetype>
<shape name="backimg" from="basepopupbackground">
<area>0,0,100%,100%</area>
</shape>

<textarea name="label" from="basetextarea">
<area>12,14,470,160</area>
Expand Down Expand Up @@ -590,10 +590,9 @@
<window name="editmetadata">
<area>-1,-1,800,600</area>

<imagetype name="backimg">
<shape name="backimg" from="basepopupbackground">
<area>0,0,100%,100%</area>
<filename>mythdialogbox-background.png</filename>
</imagetype>
</shape>

<textarea name="label" from="basetextarea">
<area>20,10,100%-20,60</area>
Expand Down Expand Up @@ -669,10 +668,9 @@
<window name="iconhelp">
<area>-1,-1,700,500</area>

<imagetype name="backimg">
<area>0,0,700,500</area>
<filename>mythdialogbox-background.png</filename>
</imagetype>
<shape name="backimg" from="basepopupbackground">
<area>0,0,100%,100%</area>
</shape>

<textarea name="title" from="basetextarea">
<area>0,0,700,50</area>
Expand Down

0 comments on commit 750f597

Please sign in to comment.