diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-20 14:18:28 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-20 14:18:28 +0200 |
commit | 5183fa51f2a3f5b9f531877d30edb3aa62cc38b0 (patch) | |
tree | 2870845c59fca9dfd2498a59335e37599cc1ce0f /indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml | |
parent | 284279966be66323418d5aaaaf96d16d90a12c8a (diff) |
Update for major bug EXT-4206 - Bottom bar spec calls for button background art on IM Chiclets.
Adjusted chiclets height to match other bottom bar widgets height.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml b/indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml index e6289f7cef..b5b8f0d07a 100644 --- a/indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml +++ b/indra/newview/skins/default/xui/en/widgets/chiclet_im_p2p.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <chiclet_im_p2p - height="25" + height="23" name="im_p2p_chiclet" show_speaker="false" width="25"> <chiclet_im_p2p.chiclet_button - height="25" + height="23" image_selected="PushButton_Selected" image_unselected="PushButton_Off" name="chiclet_button" @@ -14,27 +14,27 @@ <chiclet_im_p2p.speaker auto_update="true" draw_border="false" - height="25" + height="23" left="25" name="speaker" visible="false" width="20"/> <chiclet_im_p2p.avatar_icon - bottom="3" + bottom="2" follows="left|top|bottom" - height="19" + height="18" left="3" mouse_opaque="false" name="avatar_icon" width="19" /> <chiclet_im_p2p.unread_notifications - height="25" + height="23" font_halign="center" left="25" mouse_opaque="false" name="unread" text_color="white" - v_pad="5" + v_pad="3" visible="false" width="20"/> <chiclet_im_p2p.new_message_icon |