diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estuary/xml/SettingsScreenCalibration.xml | |
parent | Initial commit. (diff) | |
download | kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip |
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/skin.estuary/xml/SettingsScreenCalibration.xml')
-rw-r--r-- | addons/skin.estuary/xml/SettingsScreenCalibration.xml | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/SettingsScreenCalibration.xml b/addons/skin.estuary/xml/SettingsScreenCalibration.xml new file mode 100644 index 0000000..7aed03f --- /dev/null +++ b/addons/skin.estuary/xml/SettingsScreenCalibration.xml @@ -0,0 +1,113 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>8</defaultcontrol> + <controls> + <include>DefaultBackground</include> + <control type="mover" id="8"> + <description>top left mover</description> + <left>0</left> + <top>0</top> + <width>128</width> + <height>128</height> + <texturefocus colordiffuse="button_focus">calibrate/cal_tl.png</texturefocus> + <texturenofocus>calibrate/cal_tl.png</texturenofocus> + <movingspeed acceleration="180" maxvelocity="300" resettimeout="200" delta="1"> + <eventconfig type="up" /> + <eventconfig type="down" /> + <eventconfig type="left" /> + <eventconfig type="right" /> + </movingspeed> + </control> + <control type="mover" id="9"> + <description>right bottom mover</description> + <left>700</left> + <top>500</top> + <width>128</width> + <height>128</height> + <texturefocus colordiffuse="button_focus">calibrate/cal_br.png</texturefocus> + <texturenofocus>calibrate/cal_br.png</texturenofocus> + <movingspeed acceleration="180" maxvelocity="300" resettimeout="200" delta="1"> + <eventconfig type="up" /> + <eventconfig type="down" /> + <eventconfig type="left" /> + <eventconfig type="right" /> + </movingspeed> + </control> + <control type="resize" id="11"> + <description>pixel aspect ratio</description> + <left>0</left> + <top>390</top> + <width>500</width> + <height>500</height> + <texturefocus colordiffuse="button_focus">calibrate/cal_ratio.png</texturefocus> + <texturenofocus>calibrate/cal_ratio.png</texturenofocus> + <movingspeed acceleration="140" maxvelocity="300" resettimeout="180" delta="1"> + <eventconfig type="left" /> + <eventconfig type="right" /> + </movingspeed> + </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> + <movingspeed acceleration="180" maxvelocity="300" resettimeout="200" delta="1"> + <eventconfig type="up" /> + <eventconfig type="down" /> + </movingspeed> + </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>resolution info</description> + <left>0</left> + <top>60</top> + <width>100%</width> + <align>center</align> + <label></label> + <font>font27</font> + <shadowcolor>FF000000</shadowcolor> + </control> + <control type="label" id="3"> + <description>control description and help</description> + <left>0</left> + <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> |