diff options
author | enen92 <92enen@gmail.com> | 2019-01-20 12:35:01 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2019-01-20 12:35:01 +0000 |
commit | 143dc946611a53a0c23270a17154a97e88773331 (patch) | |
tree | 0045dc80d610f8600a55a1b4d878e2c445d3b7d0 | |
parent | 71d2c11f0b7999f8b007a6f2ef102e285cc883d3 (diff) |
[Estuary] Improve VolumeSlider Dialog
-rw-r--r-- | addons/skin.estuary/xml/Custom_1103_VolumeSlider.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/addons/skin.estuary/xml/Custom_1103_VolumeSlider.xml b/addons/skin.estuary/xml/Custom_1103_VolumeSlider.xml index 04c55bd42c..9805c91c05 100644 --- a/addons/skin.estuary/xml/Custom_1103_VolumeSlider.xml +++ b/addons/skin.estuary/xml/Custom_1103_VolumeSlider.xml @@ -44,27 +44,33 @@ <height>40</height> <texturesliderbar></texturesliderbar> <textureslidernib></textureslidernib> - <textureslidernibfocus colordiffuse="button_focus">colors/white.png</textureslidernibfocus> + <textureslidernibfocus></textureslidernibfocus> <info>Player.Volume</info> <action>Volume</action> </control> - <control type="image"> + <control type="button"> <left>0</left> <top>65</top> <width>28</width> <height>28</height> - <texture flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texture> + <texturefocus flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texturefocus> + <texturenofocus flipx="true" colordiffuse="button_focus">overlays/arrowright.png</texturenofocus> <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation> <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation> + <hitrect x="-20" y="20" w="60" h="112" /> + <onclick>Action(VolumeDown)</onclick> </control> - <control type="image"> + <control type="button"> <left>455</left> <top>65</top> <width>28</width> <height>28</height> - <texture colordiffuse="button_focus">overlays/arrowright.png</texture> + <texturefocus colordiffuse="button_focus">overlays/arrowright.png</texturefocus> + <texturenofocus colordiffuse="button_focus">overlays/arrowright.png</texturenofocus> <animation effect="zoom" start="0,100" end="100,100" delay="500" center="auto" time="200">WindowOpen</animation> <animation effect="zoom" start="100,100" end="0,100" center="auto" time="200">WindowClose</animation> + <hitrect x="440" y="20" w="60" h="112" /> + <onclick>Action(VolumeUp)</onclick> </control> </control> </controls> |