diff options
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"> |