aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/Includes.xml
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2016-12-19 09:22:07 +0100
committerGitHub <noreply@github.com>2016-12-19 09:22:07 +0100
commiteed32e78d50648b1004b119cb4ecb8647a98e35e (patch)
tree7d6a256f8f13208d7b9be9084b2bc152c458fc71 /addons/skin.estuary/xml/Includes.xml
parent3fb350bb3a7439721abc4d6d0923b89330b1a480 (diff)
parent56adcfc01b2021f75a4d1985918caca730cd8d77 (diff)
Merge pull request #11219 from phil65/krypton_update17.0b7-Krypton
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/Includes.xml')
-rw-r--r--addons/skin.estuary/xml/Includes.xml34
1 files changed, 16 insertions, 18 deletions
diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml
index 0777712b14..a5fbecadbe 100644
--- a/addons/skin.estuary/xml/Includes.xml
+++ b/addons/skin.estuary/xml/Includes.xml
@@ -204,7 +204,7 @@
<control type="label">
<left>82</left>
<top>3</top>
- <width>388</width>
+ <right>20</right>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
@@ -213,7 +213,7 @@
<control type="label">
<left>82</left>
<top>37</top>
- <width>388</width>
+ <right>20</right>
<height>30</height>
<font>font12</font>
<aligny>center</aligny>
@@ -225,8 +225,8 @@
<control type="image">
<left>0</left>
<top>0</top>
- <width>470</width>
- <height>80</height>
+ <right>0</right>
+ <bottom>0</bottom>
<texture colordiffuse="button_focus">lists/focus.png</texture>
<visible>Control.HasFocus($PARAM[list_id])</visible>
</control>
@@ -241,7 +241,7 @@
<control type="label">
<left>82</left>
<top>3</top>
- <width>388</width>
+ <right>20</right>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
@@ -250,7 +250,7 @@
<control type="label">
<left>82</left>
<top>37</top>
- <width>388</width>
+ <right>20</right>
<height>30</height>
<font>font12</font>
<aligny>center</aligny>
@@ -289,13 +289,12 @@
<param name="font">font13</param>
<param name="fontcolor">grey</param>
<definition>
- <itemlayout height="$PARAM[height]">
+ <itemlayout width="$PARAM[width]" height="$PARAM[height]">
<control type="label">
- <left>0</left>
- <textoffsetx>20</textoffsetx>
+ <left>20</left>
<top>0</top>
- <width>$PARAM[width]</width>
- <height>$PARAM[height]</height>
+ <right>20</right>
+ <bottom>0</bottom>
<align>$PARAM[align]</align>
<font>$PARAM[font]</font>
<aligny>center</aligny>
@@ -303,21 +302,20 @@
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
- <focusedlayout height="$PARAM[height]" width="600">
+ <focusedlayout width="$PARAM[width]" height="$PARAM[height]">
<control type="image">
<left>0</left>
<top>0</top>
- <width>$PARAM[width]</width>
- <height>$PARAM[height]</height>
+ <right>0</right>
+ <bottom>0</bottom>
<texture colordiffuse="button_focus">lists/focus.png</texture>
<visible>Control.HasFocus($PARAM[list_id])</visible>
</control>
<control type="label">
- <left>0</left>
- <textoffsetx>20</textoffsetx>
+ <left>20</left>
<top>0</top>
- <width>$PARAM[width]</width>
- <height>$PARAM[height]</height>
+ <right>20</right>
+ <bottom>0</bottom>
<align>$PARAM[align]</align>
<font>$PARAM[font]</font>
<aligny>center</aligny>