diff options
author | Lis Pardi <lis@lindenlab.com> | 2009-11-10 17:55:24 -0500 |
---|---|---|
committer | Lis Pardi <lis@lindenlab.com> | 2009-11-10 17:55:24 -0500 |
commit | 02943eca33a2cb5be39025557ca6e7aca30ea93a (patch) | |
tree | 96a34a202c420f43ead1d14bf66baba3af6c675d | |
parent | 6c997043924216405057c9ca6927ec5c026ad5ee (diff) |
EXT-2356 Replace Log button in bottom tray with up arrow
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml b/indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml index 7128c20038..a12797d96b 100644 --- a/indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml @@ -43,11 +43,13 @@ <button follows="right" is_toggle="true" - width="45" + width="20" top="0" layout="topleft" - left_pad="8" - label="Log" + left_pad="4 " + image_disabled="ComboButton_UpOff" + image_unselected="ComboButton_UpOff" + image_selected="ComboButton_UpSelected" height="23" name="show_nearby_chat" tool_tip="Shows/hides nearby chat log"> |