diff options
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 1fcdb99..211046d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -5,6 +5,11 @@ | |||
5 | modified: linden/indra/cmake/CopyWinLibs.cmake | 5 | modified: linden/indra/cmake/CopyWinLibs.cmake |
6 | modified: linden/install.xml | 6 | modified: linden/install.xml |
7 | 7 | ||
8 | |||
9 | * Fixed inability to minimize chat history. | ||
10 | |||
11 | modified: linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | ||
12 | |||
8 | 13 | ||
9 | 2009-09-03 Jacek Antonelli <jacek.antonelli@gmail.com> | 14 | 2009-09-03 Jacek Antonelli <jacek.antonelli@gmail.com> |
10 | 15 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml index d32832c..100c455 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="27" can_close="true" can_drag_on_left="false" can_minimize="false" | 2 | <floater bottom="27" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="true" can_tear_off="true" enabled="true" height="270" left="15" | 3 | can_resize="true" can_tear_off="true" enabled="true" height="270" left="15" |
4 | min_height="150" min_width="425" mouse_opaque="true" name="chat floater" | 4 | min_height="150" min_width="425" mouse_opaque="true" name="chat floater" |
5 | rect_control="FloaterChatRect" title="Local Chat" width="435"> | 5 | rect_control="FloaterChatRect" title="Local Chat" width="435"> |