aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2017-02-08 21:34:57 +0100
committerGitHub <noreply@github.com>2017-02-08 21:34:57 +0100
commitb9786785d7c16f3a39363acd0f02a110e8ab10de (patch)
tree6c0740563dc4861cdd341a569cb525e60ca653b6 /addons
parent28d41e987346b2d514b4e246120cfc4e1ad5fea4 (diff)
parentb32867637b7fcc23e54271328cabdf1744035242 (diff)
Merge pull request #11526 from ronie/slideshow-video-17
[skins] show video indicator in slideshow window
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estouchy/xml/SlideShow.xml10
-rw-r--r--addons/skin.estuary/xml/SlideShow.xml10
2 files changed, 20 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/SlideShow.xml b/addons/skin.estouchy/xml/SlideShow.xml
index bfe6d61c65..e27f40ac2d 100644
--- a/addons/skin.estouchy/xml/SlideShow.xml
+++ b/addons/skin.estouchy/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>283</width>
+ <height>283</height>
+ <texture>icon_settings_player.png</texture>
+ <visible>SlideShow.IsVideo + [![Player.Playing + Player.HasVideo] | SlideShow.IsPaused]</visible>
+ </control>
+ </controls>
</window>
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>