diff options
| author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-02 12:40:23 +0200 | 
|---|---|---|
| committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-02 12:40:23 +0200 | 
| commit | ccd0aef367e9d4382abcec278b9b00d1d6cc9d82 (patch) | |
| tree | 4983fbf82bb7bef328a111bb09afc4f5638f5912 | |
| parent | ca8bce336ab5c842c431727e1007a31628829254 (diff) | |
Fixed normal bug EXT-5714 - Chicklet in Conversations Window for Conferences has a Tiny Hotspot.
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chiclet_im_adhoc.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/widgets/chiclet_im_adhoc.xml b/indra/newview/skins/default/xui/en/widgets/chiclet_im_adhoc.xml index 63f08a4250..413ca1d1ef 100644 --- a/indra/newview/skins/default/xui/en/widgets/chiclet_im_adhoc.xml +++ b/indra/newview/skins/default/xui/en/widgets/chiclet_im_adhoc.xml @@ -24,7 +24,7 @@       follows="left|top|bottom"       height="20"       left="2" -     mouse_opaque="true" +     mouse_opaque="false"       name="adhoc_icon"       width="21" />      <chiclet_im_adhoc.unread_notifications | 
