diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-11-30 18:06:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 18:06:52 +0100 |
commit | 654f1b7b5b641691259f36cac6d1cdc6e16d9d16 (patch) | |
tree | 61abb2c9f2c65358e219b96bf1404c4e574292f9 /addons/skin.estuary/xml/Includes.xml | |
parent | 56ac7b3798915615c12149c86c81cf7261007813 (diff) | |
parent | f157ec35d66e3c9adce2408af61ae7f824701f5e (diff) |
Merge pull request #11014 from phil65/estuary_update17.0b6-Krypton
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/Includes.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml index 29ba0b9686..4d4bc29e51 100644 --- a/addons/skin.estuary/xml/Includes.xml +++ b/addons/skin.estuary/xml/Includes.xml @@ -333,7 +333,7 @@ <left>0</left> <width>40</width> <height>40</height> - <texture colordiffuse="grey">$PARAM[icon]</texture> + <texture colordiffuse="white">$PARAM[icon]</texture> </control> <control type="label"> <left>50</left> @@ -371,6 +371,14 @@ <width>1900</width> <usecontrolcoords>true</usecontrolcoords> <control type="group"> + <width>150</width> + <top>-5</top> + <visible>String.IsEqual(ListItem.DBtype,tvshow)</visible> + <include content="MediaFlag"> + <param name="texture" value="$INFO[ListItem.Studio,resource://resource.images.studios.white/,.png]" /> + </include> + </control> + <control type="group"> <top>10</top> <width>200</width> <include content="InfoFlag"> @@ -380,14 +388,6 @@ </include> </control> <control type="group"> - <width>150</width> - <top>-5</top> - <visible>String.IsEqual(ListItem.DBtype,tvshow)</visible> - <include content="MediaFlag"> - <param name="texture" value="$INFO[ListItem.Studio,resource://resource.images.studios.white/,.png]" /> - </include> - </control> - <control type="group"> <width>115</width> <visible>!String.IsEmpty(ListItem.Duration)</visible> <control type="label"> |