diff options
author | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
commit | c07901e29ed545bbb02e3bddf148fe1104b94e9f (patch) | |
tree | f1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/llui/lldraghandle.cpp | |
parent | Second Life viewer sources 1.15.0.2 (diff) | |
download | meta-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.cpp | 1 |
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 |