diff options
author | yanas <yana@jitsi.org> | 2014-01-10 12:21:29 +0200 |
---|---|---|
committer | yanas <yana@jitsi.org> | 2014-01-10 12:21:29 +0200 |
commit | 8ac902456870615486df0fbc4bb073695d93a35b (patch) | |
tree | 088122ffa1a0de8f6dc4f9ee5aa86b92207a35c7 /resources/images | |
parent | 49acd785b4f13cc9d974eeda3a5569e835dd7a1b (diff) | |
download | jitsi-8ac902456870615486df0fbc4bb073695d93a35b.zip jitsi-8ac902456870615486df0fbc4bb073695d93a35b.tar.gz jitsi-8ac902456870615486df0fbc4bb073695d93a35b.tar.bz2 |
Adds a button that allows to hide/show the participants list in a video
conference call. Two properties have been added to allow disabling the
button or indicating the default mode (hidden or shown participants
list).
Diffstat (limited to 'resources/images')
-rw-r--r-- | resources/images/images.properties | 2 | ||||
-rw-r--r-- | resources/images/impl/gui/buttons/showHidePeers.png | bin | 0 -> 1667 bytes | |||
-rw-r--r-- | resources/images/impl/gui/buttons/showHidePeersPressed.png | bin | 0 -> 1922 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index 7b9e6a3..5a902db 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -225,6 +225,8 @@ service.gui.buttons.LOCAL_VIDEO_BUTTON=resources/images/impl/gui/buttons/localVi service.gui.buttons.LOCAL_VIDEO_BUTTON_PRESSED=resources/images/impl/gui/buttons/localVideoButtonPressed.png service.gui.buttons.SHOW_LOCAL_VIDEO_BUTTON=resources/images/impl/gui/buttons/showHideLocalVideo.png service.gui.buttons.SHOW_LOCAL_VIDEO_BUTTON_PRESSED=resources/images/impl/gui/buttons/showHideLocalVideoPressed.png +service.gui.buttons.SHOW_HIDE_PEERS_BUTTON=resources/images/impl/gui/buttons/showHidePeers.png +service.gui.buttons.SHOW_HIDE_PEERS_BUTTON_PRESSED=resources/images/impl/gui/buttons/showHidePeersPressed.png service.gui.buttons.TRANSFER_CALL_BUTTON=resources/images/impl/gui/buttons/transferCallButton.png service.gui.buttons.SECURE_BUTTON_ON=resources/images/impl/gui/buttons/secureOn.png service.gui.buttons.SECURE_BUTTON_OFF=resources/images/impl/gui/buttons/secureOff.png diff --git a/resources/images/impl/gui/buttons/showHidePeers.png b/resources/images/impl/gui/buttons/showHidePeers.png Binary files differnew file mode 100644 index 0000000..c036d7f --- /dev/null +++ b/resources/images/impl/gui/buttons/showHidePeers.png diff --git a/resources/images/impl/gui/buttons/showHidePeersPressed.png b/resources/images/impl/gui/buttons/showHidePeersPressed.png Binary files differnew file mode 100644 index 0000000..c221ba1 --- /dev/null +++ b/resources/images/impl/gui/buttons/showHidePeersPressed.png |