diff options
author | ronie <ronie@kodi.tv> | 2019-03-22 00:21:43 +0100 |
---|---|---|
committer | ronie <ronie@kodi.tv> | 2019-03-23 23:10:03 +0100 |
commit | 61d0132c8f86afb72a9ff59f64e24b1de269ccfe (patch) | |
tree | 6ab54af361e6facd734d10ee548a9000cefbce1c /addons/skin.estouchy | |
parent | 40d5b2276c185174e124bb9045f6419f75718ae4 (diff) |
[skins] addon settings - add help text
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r-- | addons/skin.estouchy/xml/DialogAddonSettings.xml | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/addons/skin.estouchy/xml/DialogAddonSettings.xml b/addons/skin.estouchy/xml/DialogAddonSettings.xml index 9aee3bfe6d..80c828d323 100644 --- a/addons/skin.estouchy/xml/DialogAddonSettings.xml +++ b/addons/skin.estouchy/xml/DialogAddonSettings.xml @@ -4,15 +4,15 @@ <include>16x9_xPos_Relocation</include> <include>Window_OpenClose_Animation_Zoom</include> <coordinates> - <posx>140</posx> - <posy>80</posy> + <posx>15</posx> + <posy>30</posy> </coordinates> <controls> <include>BehindDialogFadeOut</include> <control type="image"> <posx>0</posx> <posy>0</posy> - <width>1000</width> + <width>1250</width> <height>60</height> <texture border="5">dialog_header.png</texture> </control> @@ -21,19 +21,19 @@ <posx>20</posx> <posy>0</posy> <include>WindowTitleCommons</include> - <width>910</width> + <width>1160</width> <label></label> </control> <control type="group"> - <posx>930</posx> + <posx>1180</posx> <posy>0</posy> <include>DialogCloseButtonCommons</include> </control> <control type="image"> <posx>0</posx> <posy>60</posy> - <width>1000</width> - <height>740</height> + <width>1250</width> + <height>840</height> <texture>dialog_back.png</texture> </control> <control type="group"> @@ -53,7 +53,7 @@ </control> <control type="button" id="11001"> <description>right Arrow</description> - <posx>920</posx> + <posx>1170</posx> <posy>10</posy> <width>24</width> <height>40</height> @@ -68,7 +68,7 @@ <description>button area</description> <posx>60</posx> <posy>70</posy> - <width>880</width> + <width>1130</width> <height>60</height> <itemgap>5</itemgap> <align>center</align> @@ -81,7 +81,7 @@ <control type="image"> <posx>0</posx> <posy>140</posy> - <width>1000</width> + <width>1250</width> <height>554</height> <texture colordiffuse="40000000">panel.png</texture> </control> @@ -89,7 +89,7 @@ <description>control area</description> <posx>0</posx> <posy>140</posy> - <width>1000</width> + <width>1250</width> <height>554</height> <itemgap>-1</itemgap> <pagecontrol>30</pagecontrol> @@ -149,10 +149,21 @@ <height>70</height> <font>font25</font> </control> + <control type="textbox" id="6"> + <description>description area</description> + <left>50</left> + <top>710</top> + <width>1150</width> + <height>100</height> + <font>font24</font> + <align>justify</align> + <textcolor>blue</textcolor> + <autoscroll time="3000" delay="5000" repeat="5000">true</autoscroll> + </control> <control type="grouplist" id="9001"> <posx>20</posx> - <posy>730</posy> - <width>960</width> + <posy>830</posy> + <width>1210</width> <height>60</height> <itemgap>5</itemgap> <align>center</align> |