aboutsummaryrefslogtreecommitdiff
path: root/skin
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2010-02-16 21:55:37 +0000
committerjezz_x <jezz_x@svn>2010-02-16 21:55:37 +0000
commit6148e5c6d5fa9da059f2614c3594ed6ad1c2d8a3 (patch)
treeb2750af63e0b32abf3c3a2a8d2a6eab7ab83100d /skin
parent03c30d5c14183eccf92bfaeb7d17c3963b3f5ee8 (diff)
Fixed : [PM3.HD] Alignment in the weather & shutdown screens labels was off since someone change something in the c++ for labels :)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27914 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin')
-rw-r--r--skin/PM3.HD/720p/DialogButtonMenu.xml8
-rw-r--r--skin/PM3.HD/720p/MyWeather.xml10
2 files changed, 14 insertions, 4 deletions
diff --git a/skin/PM3.HD/720p/DialogButtonMenu.xml b/skin/PM3.HD/720p/DialogButtonMenu.xml
index e5374c7421..02796c15e1 100644
--- a/skin/PM3.HD/720p/DialogButtonMenu.xml
+++ b/skin/PM3.HD/720p/DialogButtonMenu.xml
@@ -278,9 +278,9 @@
</control>
<control type="label">
<description>Label control</description>
- <posx>640</posx>
+ <posx>0</posx>
<posy>-64</posy>
- <width>-</width>
+ <width>1280</width>
<height>45</height>
<label>$LOCALIZE[20125] $INFO[system.profilename]</label>
<align>center</align>
@@ -299,9 +299,9 @@
</control>
<control type="label" id="3100">
<description>Label control</description>
- <posx>640</posx>
+ <posx>0</posx>
<posy>110</posy>
- <width>-</width>
+ <width>1280</width>
<height>40</height>
<label>-</label>
<align>center</align>
diff --git a/skin/PM3.HD/720p/MyWeather.xml b/skin/PM3.HD/720p/MyWeather.xml
index bdad30e03a..c0385421f5 100644
--- a/skin/PM3.HD/720p/MyWeather.xml
+++ b/skin/PM3.HD/720p/MyWeather.xml
@@ -94,6 +94,7 @@
<description>current feels like label</description>
<posx>140</posx>
<posy>340</posy>
+ <width>140</width>
<height>35</height>
<font>font12</font>
<align>right</align>
@@ -105,6 +106,7 @@
<description>current dew label</description>
<posx>140</posx>
<posy>370</posy>
+ <width>140</width>
<height>35</height>
<font>font12</font>
<align>right</align>
@@ -116,6 +118,7 @@
<description>current humidity label</description>
<posx>140</posx>
<posy>400</posy>
+ <width>140</width>
<height>35</height>
<font>font12</font>
<align>right</align>
@@ -127,6 +130,7 @@
<description>current UV Index label</description>
<posx>140</posx>
<posy>430</posy>
+ <width>140</width>
<height>35</height>
<font>font12</font>
<align>right</align>
@@ -138,6 +142,7 @@
<description>current Wind label</description>
<posx>140</posx>
<posy>460</posy>
+ <width>140</width>
<height>35</height>
<font>font12</font>
<align>right</align>
@@ -149,6 +154,7 @@
<description>current feels like Value</description>
<posx>160</posx>
<posy>340</posy>
+ <width>300</width>
<height>35</height>
<font>font12</font>
<align>left</align>
@@ -160,6 +166,7 @@
<description>current dew Value</description>
<posx>160</posx>
<posy>370</posy>
+ <width>300</width>
<height>35</height>
<font>font12</font>
<align>left</align>
@@ -171,6 +178,7 @@
<description>current humidity Value</description>
<posx>160</posx>
<posy>400</posy>
+ <width>300</width>
<height>35</height>
<font>font12</font>
<align>left</align>
@@ -182,6 +190,7 @@
<description>current UV Index Value</description>
<posx>160</posx>
<posy>430</posy>
+ <width>300</width>
<height>35</height>
<font>font12</font>
<align>left</align>
@@ -193,6 +202,7 @@
<description>current Wind Value</description>
<posx>160</posx>
<posy>460</posy>
+ <width>300</width>
<height>35</height>
<font>font12</font>
<align>left</align>