diff options
author | pavelkproductengine <none@none> | 2015-10-09 18:18:59 +0300 |
---|---|---|
committer | pavelkproductengine <none@none> | 2015-10-09 18:18:59 +0300 |
commit | c9c17b3c3c87f34b746fa751a5bbb4d0731ebac0 (patch) | |
tree | c8eedec1889e4fa644d90131c6793563ca658f87 /indra/newview/llnotificationlistitem.cpp | |
parent | af9971e43a37c47b7175bce0d350c73a282ff818 (diff) | |
parent | bbedc51d1df3a9705deda43c0c267be45846acff (diff) |
Merge
Diffstat (limited to 'indra/newview/llnotificationlistitem.cpp')
-rw-r--r-- | indra/newview/llnotificationlistitem.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llnotificationlistitem.cpp b/indra/newview/llnotificationlistitem.cpp index 8005fa6239..f0159149d1 100644 --- a/indra/newview/llnotificationlistitem.cpp +++ b/indra/newview/llnotificationlistitem.cpp @@ -75,6 +75,10 @@ BOOL LLNotificationListItem::postBuild() mNoticeTextExp->setEnabled(FALSE); mNoticeTextExp->setTextExpandedCallback(boost::bind(&LLNotificationListItem::reshapeNotification, this)); + mTitleBox->setContentTrusted(false); + mTitleBoxExp->setContentTrusted(false); + mNoticeTextExp->setContentTrusted(false); + mTimeBox->setValue(buildNotificationDate(mParams.time_stamp)); mTimeBoxExp->setValue(buildNotificationDate(mParams.time_stamp)); |