diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-02-25 15:06:04 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-02-25 15:06:04 +0200 |
commit | 765b9a0a8eace57564fe2725d0377963b4c82bda (patch) | |
tree | 9ec8db388b913fcb250e752cf7a66be07efe5fe7 /indra/newview/skins | |
parent | c4277e421ca8934e405d778f3c86f21760c55c9d (diff) |
Fixed major EXT - 5670 (Resident name tabs are blocked in the Conversation window)
- Removed the profile pictures in the tabs and swiched to the use of simple LLButton instead of LLCustomButtonIconCtrl
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_container.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_container.xml b/indra/newview/skins/default/xui/en/floater_im_container.xml index 65a05f3ec5..0f098bbb52 100644 --- a/indra/newview/skins/default/xui/en/floater_im_container.xml +++ b/indra/newview/skins/default/xui/en/floater_im_container.xml @@ -22,9 +22,7 @@ tab_width="64" tab_max_width = "134" tab_height="16" - use_custom_icon_ctrl="true" - tab_icon_ctrl_pad="2" - halign="left" + halign="center" use_ellipses="true" top="0" width="390" /> |