diff options
author | enen92 <92enen@gmail.com> | 2022-01-05 11:47:12 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2022-01-05 11:54:29 +0000 |
commit | d444510c971ae66e5a1b24c42e117208904a04f0 (patch) | |
tree | eb948e80f16c3e99f88e7fa7a73815ef2e644e30 /addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml | |
parent | c49961f4f38c28926090fc2a2083088ebb036b06 (diff) |
[GUI][EDL][Skins] Add Player.SceneMarkers and Player.HasSceneMarkers
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 e0c56801a5..20f13843f8 100644 --- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml +++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml @@ -151,6 +151,15 @@ <height>4</height> <texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg> <righttexture>colors/white.png</righttexture> + <info>Player.SceneMarkers</info> + </control> + <control type="ranges"> + <left>0</left> + <top>67</top> + <width>100%</width> + <height>4</height> + <texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg> + <righttexture>colors/white.png</righttexture> <info>Player.Chapters</info> </control> </control> |