diff options
author | Lis Linden <lis@lindenlab.com> | 2010-01-11 16:26:22 -0500 |
---|---|---|
committer | Lis Linden <lis@lindenlab.com> | 2010-01-11 16:26:22 -0500 |
commit | 09dc1af21c7b723059f6ff1c46eabafb088daa3b (patch) | |
tree | 9855061614b23a9f4a6b3cca0b0282de7ea9d54a | |
parent | 81cde841c2de3da72f719167dc11b5a1ab1988f9 (diff) |
ext-3820 [BSI] Preferences > Chat > Show IMs In: does not take effect without restart
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_chat.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml index 017c321767..6e0b94ac2b 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml @@ -318,15 +318,15 @@ height="20" width="300" top_pad="20"> - Show IMs in: + Show IMs in: (Requires restart) </text> <radio_group height="30" layout="topleft" - left="30" + left_delta="30" control_name="ChatWindow" name="chat_window" - top_pad="10" + top_pad="0" tool_tip="Show your Instant Messages in separate windows, or in one window with many tabs (Requires restart)" width="331"> <radio_item @@ -342,10 +342,10 @@ height="16" label="One window" layout="topleft" - left_delta="145" + left_delta="0" name="radio2" value="1" - top_delta="0" + top_pad="5" width="150" /> </radio_group> </panel> |