diff options
| author | Richard Linden <none@none> | 2011-10-24 13:56:14 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-10-24 13:56:14 -0700 | 
| commit | 08ee54158fe71feebaa11ebade18d45be4caf90b (patch) | |
| tree | bdb62b5d767e6b47681c76842860a7741b067f12 | |
| parent | 443d1b08b22262566dc4d476ca0bdef665518721 (diff) | |
EXP-1458 FIX Chat text entry bar does not have focus when chat floater is opened while chat history is toggled open
made expando-button chrome, so it doesn't steal focus
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_chat_bar.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_chat_bar.xml b/indra/newview/skins/default/xui/en/floater_chat_bar.xml index 989b4a0580..86191b789c 100644 --- a/indra/newview/skins/default/xui/en/floater_chat_bar.xml +++ b/indra/newview/skins/default/xui/en/floater_chat_bar.xml @@ -68,6 +68,7 @@       image_pressed="ComboButton_UpSelected"       image_pressed_selected="ComboButton_Selected"       height="23" +     chrome="true"       name="show_nearby_chat"       tool_tip="Shows/hides nearby chat log">      </button> | 
