summaryrefslogtreecommitdiff
path: root/indra/llui/lldraghandle.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-11 13:51:42 -0800
committerrichard <none@none>2009-12-11 13:51:42 -0800
commitd5a58c20a8e266d71bf039a77911571480c63780 (patch)
tree6dbca954bf92ca0ef9d05ce362d65d38a05b1bba /indra/llui/lldraghandle.cpp
parentc400132f02542379a42ade5e065be5f7c661d508 (diff)
parent401a51cac130a317204c2df9dd571fca92a861c3 (diff)
merge
Diffstat (limited to 'indra/llui/lldraghandle.cpp')
-rw-r--r--indra/llui/lldraghandle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lldraghandle.cpp b/indra/llui/lldraghandle.cpp
index d9b98b1c28..a93c666648 100644
--- a/indra/llui/lldraghandle.cpp
+++ b/indra/llui/lldraghandle.cpp
@@ -112,6 +112,7 @@ void LLDragHandleTop::setTitle(const std::string& title)
params.font(font);
params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT);
params.font_shadow(LLFontGL::DROP_SHADOW_SOFT);
+ params.use_ellipses = true;
mTitleBox = LLUICtrlFactory::create<LLTextBox> (params);
addChild( mTitleBox );
}