diff options
| author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-10-17 00:47:55 +0300 | 
|---|---|---|
| committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-10-17 00:47:55 +0300 | 
| commit | d61b6425b7a90b50ea121656ac34cc2a989f9bfb (patch) | |
| tree | 09322e42bec224e367911f1fdaf839ddd9be3550 /indra | |
| parent | 913e55b5ce4c5e018d18678b9a78b06541976da1 (diff) | |
MAINT-3294 (Microphone button clipped when resizing Conversations List in CHUI)
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/skins/default/xui/en/floater_im_container.xml | 8 | 
1 files changed, 4 insertions, 4 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 b639d534c3..28c89868bd 100755 --- a/indra/newview/skins/default/xui/en/floater_im_container.xml +++ b/indra/newview/skins/default/xui/en/floater_im_container.xml @@ -42,7 +42,7 @@           user_resize="true"                   name="conversations_layout_panel"           min_dim="43" -         expanded_min_dim="136"> +         expanded_min_dim="140">              <layout_stack               animate="false"                follows="left|top|right" @@ -100,7 +100,7 @@                  <layout_panel                   auto_resize="false"                   name="conversations_pane_buttons_collapsed" -                 width="36"> +                 width="35">                      <button                       follows="right|top"                       height="25" @@ -110,10 +110,10 @@                       image_unselected="Toolbar_Middle_Off"                       layout="topleft"                       top="1" -                     left="5" +                     left="4"                       name="expand_collapse_btn"                       tool_tip="Collapse/Expand this list" -                     width="34" /> +                     width="35" />                  </layout_panel>              </layout_stack>              <panel | 
