aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2022-01-03 17:59:49 +0000
committerenen92 <92enen@gmail.com>2022-01-03 18:00:31 +0000
commit38806ce6ffc221a9d9af38a5bb1baebad58ec034 (patch)
tree8e08a5be4be75decc5273d7bc4578891d44a0760 /addons/skin.estuary
parent21d39cde6c17524e91a8a0315dd8756d7359ed77 (diff)
[GUI][INFO][EDL][Skins] Add Player.Cuts infolabel to place EDL cuts using ranges control
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r--addons/skin.estuary/media/colors/red.pngbin0 -> 581 bytes
-rw-r--r--addons/skin.estuary/media/colors/red50.pngbin0 -> 579 bytes
-rw-r--r--addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml9
-rw-r--r--addons/skin.estuary/xml/DialogSeekBar.xml9
4 files changed, 18 insertions, 0 deletions
diff --git a/addons/skin.estuary/media/colors/red.png b/addons/skin.estuary/media/colors/red.png
new file mode 100644
index 0000000000..9140f97bde
--- /dev/null
+++ b/addons/skin.estuary/media/colors/red.png
Binary files differ
diff --git a/addons/skin.estuary/media/colors/red50.png b/addons/skin.estuary/media/colors/red50.png
new file mode 100644
index 0000000000..c91df948ba
--- /dev/null
+++ b/addons/skin.estuary/media/colors/red50.png
Binary files differ
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
index ae0f244077..e0c56801a5 100644
--- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
+++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
@@ -139,6 +139,15 @@
<left>0</left>
<top>67</top>
<width>100%</width>
+ <height>8</height>
+ <texturebg border="3" colordiffuse="00FFFFFF">colors/red50.png</texturebg>
+ <righttexture>colors/red.png</righttexture>
+ <info>Player.Cuts</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>
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml
index 4f02ea84fa..7f2f6c5689 100644
--- a/addons/skin.estuary/xml/DialogSeekBar.xml
+++ b/addons/skin.estuary/xml/DialogSeekBar.xml
@@ -253,6 +253,15 @@
<left>0</left>
<top>82</top>
<width>100%</width>
+ <height>8</height>
+ <texturebg border="3" colordiffuse="00FFFFFF">colors/red50.png</texturebg>
+ <righttexture>colors/red.png</righttexture>
+ <info>Player.Cuts</info>
+ </control>
+ <control type="ranges">
+ <left>0</left>
+ <top>82</top>
+ <width>100%</width>
<height>4</height>
<texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
<righttexture>colors/white.png</righttexture>