diff options
author | jezz_x <jezz_x@svn> | 2010-06-14 08:50:10 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-06-14 08:50:10 +0000 |
commit | f4ef64dc4c7624dbdb87d4f3a5cde08ca51a65e9 (patch) | |
tree | 3c43b4cfa480b19e5c41e8876744d1e96a351d9b /addons | |
parent | 76cdbf1aa88b45108712ce30c2717a2a0bf0cbee (diff) |
Changed : [Confluence] Give calibration text lots more width
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31100 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/SettingsScreenCalibration.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addons/skin.confluence/720p/SettingsScreenCalibration.xml b/addons/skin.confluence/720p/SettingsScreenCalibration.xml index 5d056425fe..3017630ae8 100644 --- a/addons/skin.confluence/720p/SettingsScreenCalibration.xml +++ b/addons/skin.confluence/720p/SettingsScreenCalibration.xml @@ -76,22 +76,22 @@ <texturenofocus>-</texturenofocus>
</control>
<control type="group">
- <posx>240</posx>
+ <posx>20</posx>
<posy>80</posy>
<control type="label" id="2">
<description>coordinates label</description>
- <posx>20</posx>
+ <posx>0</posx>
<posy>10</posy>
- <width>750</width>
+ <width>1240</width>
<label>-</label>
<align>center</align>
<font>font13caps</font>
</control>
<control type="label" id="3">
<description>help information</description>
- <posx>20</posx>
+ <posx>0</posx>
<posy>40</posy>
- <width>750</width>
+ <width>1240</width>
<label>-</label>
<align>center</align>
<font>font13caps</font>
|