diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-03 13:48:07 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-03 13:48:07 +0200 |
commit | 22303da8a61e60dd061b5a63f6d023fd1345b59c (patch) | |
tree | ebba692fbec9c76931592a289d1d6f7d2db69396 /indra/newview/skins/default/xui | |
parent | 5fac7f1d35336890d99333500da26c56643e5dc7 (diff) |
Work on task EXT-3081 (Separate Message Well on Notifications Well and IM Well)
Initial commit
-- added two floater classes derived from LLSysWellWindow to work with Notification Well & IM Well
-- register two floaters in place of previous sys_well (but with the same xml file)
-- replace using of LLSysWellWindow with LLNotificationWellWindow in the out code (except of in LLScreenChannel::updateShowToastsState)
-- rename member variable in bottom tray used for Notification Well
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index ec3f7ea7c5..9679d22e70 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -319,7 +319,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. layout="topleft" min_height="28" top="0" - name="sys_well_panel" + name="notification_well_panel" width="54" min_width="54" user_resize="false"> @@ -328,7 +328,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. height="23" layout="topleft" left="0" - name="sys_well" + name="notification_well" top="4" width="54"> <button |