aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/SettingsScreenCalibration.xml
diff options
context:
space:
mode:
authorCastagnaIT <gottardo.stefano.83@gmail.com>2022-01-10 13:02:44 +0100
committerCastagnaIT <gottardo.stefano.83@gmail.com>2022-01-10 13:02:44 +0100
commit4723c5e8d26979eb784aa2414f117e84d2845b5a (patch)
treeba8fa60fe79fc447534a0e251fce1748a60f3a09 /addons/skin.estuary/xml/SettingsScreenCalibration.xml
parent5ed7fd5bb403a7a72219f010fc641a8c614930d1 (diff)
[WindowScreenCalibration] Improvements to screen calibration window
Diffstat (limited to 'addons/skin.estuary/xml/SettingsScreenCalibration.xml')
-rw-r--r--addons/skin.estuary/xml/SettingsScreenCalibration.xml58
1 files changed, 44 insertions, 14 deletions
diff --git a/addons/skin.estuary/xml/SettingsScreenCalibration.xml b/addons/skin.estuary/xml/SettingsScreenCalibration.xml
index eece4ac4a5..f7f661b203 100644
--- a/addons/skin.estuary/xml/SettingsScreenCalibration.xml
+++ b/addons/skin.estuary/xml/SettingsScreenCalibration.xml
@@ -21,15 +21,6 @@
<texturefocus colordiffuse="button_focus">calibrate/cal_br.png</texturefocus>
<texturenofocus>calibrate/cal_br.png</texturenofocus>
</control>
- <control type="mover" id="10">
- <description>subtitle position mover</description>
- <left>200</left>
- <top>500</top>
- <width>384</width>
- <height>128</height>
- <texturefocus colordiffuse="button_focus">calibrate/cal_sub.png</texturefocus>
- <texturenofocus>calibrate/cal_sub.png</texturenofocus>
- </control>
<control type="resize" id="11">
<description>pixel aspect ratio</description>
<left>0</left>
@@ -39,25 +30,64 @@
<texturefocus colordiffuse="button_focus">calibrate/cal_ratio.png</texturefocus>
<texturenofocus>calibrate/cal_ratio.png</texturenofocus>
</control>
+ <control type="mover" id="10">
+ <description>subtitle position mover</description>
+ <left>200</left>
+ <top>500</top>
+ <width>380</width>
+ <height>90</height>
+ <!-- NOTE: The image must have 40px of trasparent on top and bottom the bar -->
+ <texturefocus colordiffuse="button_focus">calibrate/cal_sub.png</texturefocus>
+ <texturenofocus>calibrate/cal_sub.png</texturenofocus>
+ </control>
+ <control type="mover" id="12">
+ <description>reset calibration</description>
+ <left>0</left>
+ <top>900</top>
+ <width>100</width>
+ <height>100</height>
+ <texturefocus colordiffuse="button_focus">calibrate/reset.png</texturefocus>
+ <texturenofocus>calibrate/reset.png</texturenofocus>
+ </control>
+ <control type="label">
+ <description>window title</description>
+ <left>0</left>
+ <top>10</top>
+ <width>100%</width>
+ <align>center</align>
+ <label>$LOCALIZE[214]</label>
+ <font>font40_title</font>
+ <shadowcolor>FF000000</shadowcolor>
+ </control>
<control type="label" id="2">
- <description>coordinates label</description>
+ <description>resolution info</description>
<left>0</left>
- <top>150</top>
+ <top>60</top>
<width>100%</width>
<align>center</align>
<label></label>
- <font>font37</font>
+ <font>font27</font>
<shadowcolor>FF000000</shadowcolor>
</control>
<control type="label" id="3">
- <description>help information</description>
+ <description>control description and help</description>
<left>0</left>
- <top>210</top>
+ <top>110</top>
<width>100%</width>
<align>center</align>
<label></label>
<font>font37</font>
<shadowcolor>FF000000</shadowcolor>
</control>
+ <control type="label" id="4">
+ <description>calibration value</description>
+ <left>0</left>
+ <top>210</top>
+ <width>100%</width>
+ <align>center</align>
+ <label></label>
+ <font>font32</font>
+ <shadowcolor>FF000000</shadowcolor>
+ </control>
</controls>
</window>