diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-03-07 15:46:06 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-03-07 15:46:06 +1100 |
commit | f30a8fc3713f4b5a8b099e3228f28123c6c36e4c (patch) | |
tree | 9babe64da5fb296ed04040df73a8d6584a8c590c /addons | |
parent | 65ddd004dcf006e8109b09933eb3cf2f0177b4c3 (diff) |
Changed: [Confluence] tweaked the weather icon in home
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/Home.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml index 4f11b252c7..ee9f44e705 100644 --- a/addons/skin.confluence/720p/Home.xml +++ b/addons/skin.confluence/720p/Home.xml @@ -1002,10 +1002,10 @@ </control> <control type="image"> <description>Weather image</description> - <posx>30</posx> - <posy>1</posy> - <width>25</width> - <height>25</height> + <posx>25</posx> + <posy>0</posy> + <width>30</width> + <height>30</height> <aspectratio>keep</aspectratio> <texture>$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture> </control> |