diff options
author | Damian Minkov <damencho@jitsi.org> | 2010-12-23 16:24:57 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2010-12-23 16:24:57 +0000 |
commit | afd0c563b0fbc0ffd29e3f41a54bea301913f933 (patch) | |
tree | fb630a28f589ebbdd07d964d8e510eeb360389f2 /resources | |
parent | b51c5d585e2963b84947aa1b46366aa9bdd926a4 (diff) | |
download | jitsi-afd0c563b0fbc0ffd29e3f41a54bea301913f933.zip jitsi-afd0c563b0fbc0ffd29e3f41a54bea301913f933.tar.gz jitsi-afd0c563b0fbc0ffd29e3f41a54bea301913f933.tar.bz2 |
Move volume buttons next to sound indicators.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/images/images.properties | 2 | ||||
-rw-r--r-- | resources/images/impl/gui/common/soundlevel/Headphone.png | bin | 412 -> 441 bytes | |||
-rw-r--r-- | resources/images/impl/gui/common/soundlevel/Microphone.png | bin | 289 -> 406 bytes | |||
-rw-r--r-- | resources/images/impl/gui/common/soundlevel/volumeButton.png | bin | 0 -> 578 bytes | |||
-rw-r--r-- | resources/images/impl/gui/common/soundlevel/volumeButtonPressed.png | bin | 0 -> 658 bytes |
5 files changed, 2 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index e7bab09..e24b594 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -201,6 +201,8 @@ service.gui.soundlevel.SOUND_LEVEL_ACTIVE=resources/images/impl/gui/common/sound service.gui.soundlevel.SOUND_LEVEL_INACTIVE=resources/images/impl/gui/common/soundlevel/soundInactive.png service.gui.soundlevel.MICROPHONE=resources/images/impl/gui/common/soundlevel/Microphone.png service.gui.soundlevel.HEADPHONE=resources/images/impl/gui/common/soundlevel/Headphone.png +service.gui.soundlevel.VOLUME_BUTTON=resources/images/impl/gui/common/soundlevel/volumeButton.png +service.gui.soundlevel.VOLUME_BUTTON_PRESSED=resources/images/impl/gui/common/soundlevel/volumeButtonPressed.png # Smileys icons service.gui.smileys.SMILEY1=resources/images/impl/gui/common/smileys/default/smiley1.gif diff --git a/resources/images/impl/gui/common/soundlevel/Headphone.png b/resources/images/impl/gui/common/soundlevel/Headphone.png Binary files differindex 54f4615..b6459b7 100644 --- a/resources/images/impl/gui/common/soundlevel/Headphone.png +++ b/resources/images/impl/gui/common/soundlevel/Headphone.png diff --git a/resources/images/impl/gui/common/soundlevel/Microphone.png b/resources/images/impl/gui/common/soundlevel/Microphone.png Binary files differindex 1c913a6..fee2347 100644 --- a/resources/images/impl/gui/common/soundlevel/Microphone.png +++ b/resources/images/impl/gui/common/soundlevel/Microphone.png diff --git a/resources/images/impl/gui/common/soundlevel/volumeButton.png b/resources/images/impl/gui/common/soundlevel/volumeButton.png Binary files differnew file mode 100644 index 0000000..ed49c24 --- /dev/null +++ b/resources/images/impl/gui/common/soundlevel/volumeButton.png diff --git a/resources/images/impl/gui/common/soundlevel/volumeButtonPressed.png b/resources/images/impl/gui/common/soundlevel/volumeButtonPressed.png Binary files differnew file mode 100644 index 0000000..4b91193 --- /dev/null +++ b/resources/images/impl/gui/common/soundlevel/volumeButtonPressed.png |