diff options
author | uNiversaI <uNiversaI@users.noreply.github.com> | 2013-12-18 15:35:45 +0000 |
---|---|---|
committer | uNiversaI <uNiversaI@users.noreply.github.com> | 2013-12-18 15:35:45 +0000 |
commit | 0ffefa2ab2f3a99751a4d5177ed9c1716fd052f6 (patch) | |
tree | 6a5061277425a40729b5834c692ae6a765a86dc0 /addons | |
parent | ed221346796925387c86c915eb5291a5ce5d5155 (diff) |
Fix 36Hour.#.ChancePrecipitation alignment
ATM there are 3 label 36Hour.#.ChancePrecipitation where # is 1, 2 or 3, and this is shown in middle of screen with <right>590</right>
idk what correct alignment is supposed to be but <right>90</right> seems to be more or less correct.
It worked when it was <posx>590</posx> but now id doesnt and I though Ide have a stab at fixing it.
See screenshot of bug.
![incorrect](https://f.cloud.github.com/assets/3521959/1774507/df2266b0-67f9-11e3-99e2-33705e7abecd.png)
And with this "fix"
![correct](https://f.cloud.github.com/assets/3521959/1774509/ecaa1152-67f9-11e3-9437-dc292edc1313.png)
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/weather/36HourForecast.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/weather/36HourForecast.xml b/addons/skin.confluence/720p/weather/36HourForecast.xml index 8477968865..c42f5cb4d0 100644 --- a/addons/skin.confluence/720p/weather/36HourForecast.xml +++ b/addons/skin.confluence/720p/weather/36HourForecast.xml @@ -80,7 +80,7 @@ <label>[COLOR=grey2]$INFO[Window.Property(36Hour.1.TemperatureHeading)][CR][/COLOR]$INFO[Window.Property(36Hour.1.Temperature),[B] ,[/B]]</label> </control> <control type="label"> - <right>590</right> + <right>90</right> <top>60</top> <width>390</width> <height>20</height> @@ -145,7 +145,7 @@ <label>[COLOR=grey2]$INFO[Window.Property(36Hour.2.TemperatureHeading)][CR][/COLOR]$INFO[Window.Property(36Hour.2.Temperature),[B] ,[/B]]</label> </control> <control type="label"> - <right>590</right> + <right>90</right> <top>60</top> <width>390</width> <height>20</height> @@ -210,7 +210,7 @@ <label>[COLOR=grey2]$INFO[Window.Property(36Hour.3.TemperatureHeading)][CR][/COLOR]$INFO[Window.Property(36Hour.3.Temperature),[B] ,[/B]]</label> </control> <control type="label"> - <right>590</right> + <right>90</right> <top>60</top> <width>390</width> <height>20</height> |