Skip to content

Commit

Permalink
fixed position for time&date label
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-max committed Feb 7, 2012
1 parent 8f8d380 commit b53c22d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 720p/Home.xml
Expand Up @@ -1568,15 +1568,15 @@
<visible>!Skin.HasSetting(homepageWeatherinfo) + Weather.IsFetched</visible>
<control type="image">
<description>time background</description>
<posx>0</posx>
<posx>-20</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<texture flipx="true" border="32,0,0,0">header.png</texture>
</control>
<control type="image">
<description>Weather image</description>
<posx>30</posx>
<posx>20</posx>
<posy>1</posy>
<width>25</width>
<height>25</height>
Expand All @@ -1585,7 +1585,7 @@
</control>
<control type="label">
<description>time label</description>
<posx>60</posx>
<posx>50</posx>
<posy>0</posy>
<width>100</width>
<height>28</height>
Expand All @@ -1605,15 +1605,15 @@
<animation effect="slide" start="420,0" end="0,0" delay="0" time="300">WindowOpen</animation>
<control type="image">
<description>time background</description>
<posx>0</posx>
<posx>-10</posx>
<posy>0</posy>
<width>440</width>
<height>35</height>
<texture flipx="true" border="32,0,0,0">header.png</texture>
</control>
<control type="label">
<description>time label</description>
<posx>30</posx>
<posx>20</posx>
<posy>0</posy>
<width>400</width>
<height>28</height>
Expand Down

0 comments on commit b53c22d

Please sign in to comment.