diff options
| author | Mike Antipov <mantipov@productengine.com> | 2009-11-24 16:00:20 +0200 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2009-11-24 16:00:20 +0200 | 
| commit | ac52668b069deb61751c509794722a9fc1a7e86f (patch) | |
| tree | 990ab3396e70e6d4f1c4c2a72a4288737cd97700 | |
| parent | c4a676941f5d8625af967322a513a552715b526b (diff) | |
Work on critical sub-task EXT-2615 (IM Chat History is severely broken)
 -- updated layout for Ad-hoc IM chat: added follows for left panel & its buttons.
     Buttons were not centered when IM container was minimized & restored.
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_adhoc_control_panel.xml | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_adhoc_control_panel.xml b/indra/newview/skins/default/xui/en/panel_adhoc_control_panel.xml index a283cff5b3..368ab17689 100644 --- a/indra/newview/skins/default/xui/en/panel_adhoc_control_panel.xml +++ b/indra/newview/skins/default/xui/en/panel_adhoc_control_panel.xml @@ -1,6 +1,7 @@  <?xml version="1.0" encoding="utf-8" standalone="yes" ?>  <panel   border="false" + follows="all"   height="215"   name="panel_im_control_panel"   width="180"> @@ -23,7 +24,7 @@       bg_alpha_color="DkGray2"       border="false"       bottom="1" -     follows="left|bottom" +     follows="left|right|bottom"       height="70"       left="0"       left_pad="0" @@ -32,6 +33,7 @@       width="180">          <button           bottom="10" +         follows="all"           height="20"           label="Call"           left_delta="40" @@ -39,6 +41,7 @@           width="100" />          <button           bottom="40" +         follows="all"           height="20"           label="Leave Call"           name="end_call_btn" @@ -46,6 +49,7 @@           width="100" />          <button           enabled="false" +         follows="all"           bottom="10"           height="20"           label="Voice Controls" | 
