Skip to content

Commit

Permalink
MythArchive: Fix the background of the change encoding profile dialog.
Browse files Browse the repository at this point in the history
It was using a background image that is only installed if MythZoneMinder was
installed. Fixes ticket 9376.
  • Loading branch information
Paul Harrison committed Dec 14, 2010
1 parent 094f85a commit 57ddc30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions mythplugins/mytharchive/theme/default-wide/mythburn-ui.xml
Expand Up @@ -10,9 +10,10 @@ MythArchive GUI theme
<window name="profilepopup">
<area>-1,-1,413,426</area>

<imagetype name="box">
<filename>mz_function_popup.png</filename>
</imagetype>
<shape name="background" from="basebackground">
<area>0,0,413,426</area>
<fill color="#000000" alpha="220" />
</shape>

<textarea name="title" from="basetextarea">
<area>20,20,360,40</area>
Expand Down
7 changes: 4 additions & 3 deletions mythplugins/mytharchive/theme/default/mythburn-ui.xml
Expand Up @@ -10,9 +10,10 @@ MythArchive GUI theme
<window name="profilepopup">
<area>-1,-1,413,426</area>

<imagetype name="box">
<filename>mz_function_popup.png</filename>
</imagetype>
<shape name="background" from="basebackground">
<area>0,0,413,426</area>
<fill color="#000000" alpha="220" />
</shape>

<textarea name="title" from="basetextarea">
<area>20,20,360,40</area>
Expand Down

0 comments on commit 57ddc30

Please sign in to comment.