diff options
author | enen92 <92enen@gmail.com> | 2022-01-03 17:59:49 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2022-01-03 18:00:31 +0000 |
commit | 38806ce6ffc221a9d9af38a5bb1baebad58ec034 (patch) | |
tree | 8e08a5be4be75decc5273d7bc4578891d44a0760 /addons/skin.estuary | |
parent | 21d39cde6c17524e91a8a0315dd8756d7359ed77 (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.png | bin | 0 -> 581 bytes | |||
-rw-r--r-- | addons/skin.estuary/media/colors/red50.png | bin | 0 -> 579 bytes | |||
-rw-r--r-- | addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml | 9 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 9 |
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 Binary files differnew file mode 100644 index 0000000000..9140f97bde --- /dev/null +++ b/addons/skin.estuary/media/colors/red.png diff --git a/addons/skin.estuary/media/colors/red50.png b/addons/skin.estuary/media/colors/red50.png Binary files differnew file mode 100644 index 0000000000..c91df948ba --- /dev/null +++ b/addons/skin.estuary/media/colors/red50.png 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> |