diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-12-11 14:46:47 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-12-11 14:50:49 +0100 |
commit | 2d49c8897e03a5af924900804cec39a68adef57f (patch) | |
tree | faddc5bce19233e9a09beee58250861ace10b468 /addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml | |
parent | 858eae501ba3d0a8a8baf3bff7097830edda7990 (diff) |
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml index d8612c4893..96a49b65bb 100644 --- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml +++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml @@ -16,8 +16,17 @@ <height>170</height> <texture>frame/osdfade.png</texture> </control> + <control type="image"> + <left>10</left> + <top>0</top> + <width>500</width> + <height>160</height> + <texture>$INFO[Player.Art(clearlogo)]</texture> + <aspectratio aligny="top" align="left">keep</aspectratio> + </control> <control type="group"> <visible>!Window.IsActive(pvrosdchannels) + !Window.IsActive(pvrosdguide)</visible> + <visible>IsEmpty(Player.Art(clearlogo))</visible> <animation effect="fade" time="150">VisibleChange</animation> <left>30</left> <right>400</right> |