summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationtiphandler.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-07 13:03:35 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-07 13:03:35 +0100
commitadce2ecdf8f3a0efcd4907699d286012124ac496 (patch)
treef36622a23028b73946bd3b70fd741b4f30464e33 /indra/newview/llnotificationtiphandler.cpp
parent8da371b0f08f92fb1fef083f0bfb526f0698afd7 (diff)
parent7dd71a60c51ed81c1ddfa98d09a158488a85b753 (diff)
PE merge from pe-viewer-trunk
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);
}
};