aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lldraghandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/lldraghandle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/lldraghandle.cpp b/linden/indra/llui/lldraghandle.cpp
index 9e80c99..a3d28ad 100644
--- a/linden/indra/llui/lldraghandle.cpp
+++ b/linden/indra/llui/lldraghandle.cpp
@@ -122,6 +122,7 @@ void LLDragHandleTop::setTitle(const LLString& title)
122 const LLFontGL* font = gResMgr->getRes( LLFONT_SANSSERIF ); 122 const LLFontGL* font = gResMgr->getRes( LLFONT_SANSSERIF );
123 mTitleBox = new LLTextBox( "Drag Handle Title", mRect, trimmed_title, font ); 123 mTitleBox = new LLTextBox( "Drag Handle Title", mRect, trimmed_title, font );
124 mTitleBox->setFollows(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT); 124 mTitleBox->setFollows(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT);
125 mTitleBox->setFontStyle(LLFontGL::DROP_SHADOW_SOFT);
125 reshapeTitleBox(); 126 reshapeTitleBox();
126 127
127 // allow empty titles, as default behavior replaces them with title box name 128 // allow empty titles, as default behavior replaces them with title box name