aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lldraghandle.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:56 -0500
committerJacek Antonelli2008-08-15 23:44:56 -0500
commitc07901e29ed545bbb02e3bddf148fe1104b94e9f (patch)
treef1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/llui/lldraghandle.cpp
parentSecond Life viewer sources 1.15.0.2 (diff)
downloadmeta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz
Second Life viewer sources 1.15.1.3
Diffstat (limited to 'linden/indra/llui/lldraghandle.cpp')
-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