summaryrefslogtreecommitdiff
path: root/indra/newview/llchicletbar.cpp
diff options
context:
space:
mode:
authorpavelk_productengine <pavelkproductengine@lindenlab.com>2015-03-17 18:26:28 +0200
committerpavelk_productengine <pavelkproductengine@lindenlab.com>2015-03-17 18:26:28 +0200
commitb147d659dc0c94a972f1c82f16536b374ee10c19 (patch)
tree3b31d6064ce12e4268492760f39d21e898a3e7e9 /indra/newview/llchicletbar.cpp
parent1891c5a8e0f9323e5657e6be775b1a97763ddf09 (diff)
MAINT-4734 (Separate transaction notices from group notice/invites)
1) stripped off attachment field; 2) made logos (group's, sender's, etc) in expanded view the same size as in condensed view; 3) turned on notification showing upon click; 4) fixed cropped right border of Invite and Transactions notifications; 5) enabled "Collapse All" button; 6) stripped off unnecessary icons.
Diffstat (limited to 'indra/newview/llchicletbar.cpp')
-rwxr-xr-xindra/newview/llchicletbar.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llchicletbar.cpp b/indra/newview/llchicletbar.cpp
index 45510d0824..8d1a8c58f3 100755
--- a/indra/newview/llchicletbar.cpp
+++ b/indra/newview/llchicletbar.cpp
@@ -60,8 +60,7 @@ BOOL LLChicletBar::postBuild()
mToolbarStack = getChild<LLLayoutStack>("toolbar_stack");
mChicletPanel = getChild<LLChicletPanel>("chiclet_list");
- //showWellButton("notification_well", !LLNotificationWellWindow::getInstance()->isWindowEmpty());
- showWellButton("notification_well", !LLFloaterNotificationsTabbed::getInstance()->isWindowEmpty());
+ showWellButton("notification_well", !LLFloaterNotificationsTabbed::getInstance()->isWindowEmpty());
LLPanelTopInfoBar::instance().setResizeCallback(boost::bind(&LLChicletBar::fitWithTopInfoBar, this));
LLPanelTopInfoBar::instance().setVisibleCallback(boost::bind(&LLChicletBar::fitWithTopInfoBar, this));