diff options
author | ronie <ronie> | 2013-12-03 18:04:13 +0100 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-04 09:06:00 +1300 |
commit | e6a08cbf829f3e79e54d072b1063c7878efe6677 (patch) | |
tree | 552fb4612de053148acea6b7462defc804d3af3d /addons/skin.confluence/720p/DialogPVRGuideInfo.xml | |
parent | a875372331352974219878d8b543b1f5c0585a15 (diff) |
[confluence] update positioning so that <right> is measured from the right
Diffstat (limited to 'addons/skin.confluence/720p/DialogPVRGuideInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogPVRGuideInfo.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/DialogPVRGuideInfo.xml b/addons/skin.confluence/720p/DialogPVRGuideInfo.xml index a2f88c6a61..d097583ad9 100644 --- a/addons/skin.confluence/720p/DialogPVRGuideInfo.xml +++ b/addons/skin.confluence/720p/DialogPVRGuideInfo.xml @@ -85,7 +85,7 @@ <top>120</top> <control type="label"> <description>Time description</description> - <right>170</right> + <left>0</left> <top>0</top> <width>170</width> <height>25</height> @@ -109,7 +109,7 @@ </control> <control type="label"> <description>Duration</description> - <right>170</right> + <left>0</left> <top>35</top> <width>170</width> <height>25</height> @@ -133,7 +133,7 @@ </control> <control type="label"> <description>Channel Name</description> - <right>170</right> + <left>0</left> <top>70</top> <width>170</width> <height>25</height> @@ -157,7 +157,7 @@ </control> <control type="label"> <description>Genre</description> - <right>170</right> + <left>0</left> <top>105</top> <width>170</width> <height>25</height> |