diff options
Diffstat (limited to 'indra/llui/lldraghandle.cpp')
-rw-r--r-- | indra/llui/lldraghandle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lldraghandle.cpp b/indra/llui/lldraghandle.cpp index 599a85021b..25b41e44e1 100644 --- a/indra/llui/lldraghandle.cpp +++ b/indra/llui/lldraghandle.cpp @@ -102,6 +102,7 @@ void LLDragHandleTop::setTitle(const LLString& title) const LLFontGL* font = gResMgr->getRes( LLFONT_SANSSERIF ); mTitleBox = new LLTextBox( "Drag Handle Title", mRect, trimmed_title, font ); mTitleBox->setFollows(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT); + mTitleBox->setFontStyle(LLFontGL::DROP_SHADOW_SOFT); reshapeTitleBox(); // allow empty titles, as default behavior replaces them with title box name |