summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationtiphandler.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-04-07 12:20:26 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-04-07 12:20:26 +0300
commit5b8ea41e42dc7d9ea5d9a4c7bd477a88e62b8bf8 (patch)
tree57f1e8a2c196bc600ee27d69a4d16e798d425416 /indra/newview/llnotificationtiphandler.cpp
parente8e1e87dd5c4f13a041c8d04311399a59447899d (diff)
parentd4deaf6c9b631c5d59765967f6f715d2ed6eaf28 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationtiphandler.cpp')
-rw-r--r--indra/newview/llnotificationtiphandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llnotificationtiphandler.cpp b/indra/newview/llnotificationtiphandler.cpp
index 1f1afe293a..afc00bf7ef 100644
--- a/indra/newview/llnotificationtiphandler.cpp
+++ b/indra/newview/llnotificationtiphandler.cpp
@@ -71,8 +71,8 @@ public:
p.notification->getResponseTemplate()));
}
- // set line max count to 2 in case of a very long name
- snapToMessageHeight(getChild<LLTextBox>("message"), 2);
+ // set line max count to 3 in case of a very long name
+ snapToMessageHeight(getChild<LLTextBox>("message"), 3);
}
};