Skip to content

Commit

Permalink
Fix missing copyrightlogo widget in Terra. No-one noticed mythweather…
Browse files Browse the repository at this point in the history
… was broken with Terra for over 6 months ...
  • Loading branch information
stuartm committed Mar 12, 2013
1 parent 44474a1 commit 23c0f74
Showing 1 changed file with 42 additions and 7 deletions.
49 changes: 42 additions & 7 deletions mythtv/themes/Terra/weather-ui.xml
Expand Up @@ -156,10 +156,15 @@
</textarea>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="Three Day Forecast">
Expand Down Expand Up @@ -265,10 +270,15 @@
</textarea>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="Six Day Forecast">
Expand Down Expand Up @@ -428,10 +438,15 @@
</textarea>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="Static Map">
Expand All @@ -447,10 +462,15 @@
</imagetype>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="Animated Map">
Expand All @@ -467,10 +487,15 @@
</imagetype>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="Severe Weather Alerts">
Expand All @@ -488,10 +513,15 @@
</textarea>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="18 Hour Forecast">
Expand Down Expand Up @@ -652,10 +682,15 @@
</textarea>

<textarea name="copyright" from="basetextarea">
<area>70,640,1140,40</area>
<area>70,640,850,40</area>
<align>left,vcenter</align>
<font>basesmaller</font>
</textarea>

<imagetype name="copyrightlogo">
<area>940,617,240,60</area>
<preserveaspect>true</preserveaspect>
</imagetype>
</window>

<window name="global-setup">
Expand Down

0 comments on commit 23c0f74

Please sign in to comment.