diff options
author | uNiversaI <uNiversaI@noreply.github.com> | 2014-07-17 01:06:26 +0900 |
---|---|---|
committer | uNiversaI <uNiversaI@noreply.github.com> | 2014-07-17 01:06:26 +0900 |
commit | da0dd8f172aa77335134679ad4ef86126922615c (patch) | |
tree | 506b92e5fcdd3eb5dd2819731cdf0001097ba0d6 | |
parent | 946885d4322651c9c02cd73e89d4da7eab7c0061 (diff) |
fix: Temperature unit alignment
The Tempunit alignment is off by about 11 pixels this corrects it
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index 663c73b63b..030686f50b 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -162,13 +162,13 @@ <control type="label"> <description>current temp Value Units</description> <left>200</left> - <top>195</top> + <top>206</top> <width>100</width> <height>40</height> <font>font16</font> <align>left</align> <aligny>top</aligny> - <label>$INFO[System.TemperatureUnits]</label> + <label>[B]$INFO[System.TemperatureUnits][/B]</label> <textcolor>white</textcolor> <shadowcolor>black</shadowcolor> </control> |