diff options
author | ronie <ronie@users.noreply.github.com> | 2017-01-22 22:24:01 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2017-01-23 14:29:52 +0100 |
commit | f2c57e62383cb9e52b3fc24cd754855daa366a84 (patch) | |
tree | 1b1ae55aaa7c95b3f7d5ef02d70bbd07d607058d /addons/skin.estuary/xml/SlideShow.xml | |
parent | 8e48a5916ddb73c2a00738213115d66282368c4b (diff) |
[skins] show video indicator in slideshow window
Diffstat (limited to 'addons/skin.estuary/xml/SlideShow.xml')
-rw-r--r-- | addons/skin.estuary/xml/SlideShow.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/SlideShow.xml b/addons/skin.estuary/xml/SlideShow.xml index bfe6d61c65..666f38cbfb 100644 --- a/addons/skin.estuary/xml/SlideShow.xml +++ b/addons/skin.estuary/xml/SlideShow.xml @@ -1,3 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <window> + <controls> + <control type="image"> + <centerleft>50%</centerleft> + <centertop>50%</centertop> + <width>256</width> + <height>256</height> + <texture>icons/settings/player.png</texture> + <visible>SlideShow.IsVideo + [![Player.Playing + Player.HasVideo] | SlideShow.IsPaused]</visible> + </control> + </controls> </window> |