summaryrefslogtreecommitdiff
path: root/indra/llui/lldraghandle.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2026-02-05 19:50:44 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2026-02-05 19:50:44 +0200
commit04fbae21ab1d5d03d20cbf8290a04f8cf8e38baa (patch)
tree8707ebcaef03ffcfb0c8a904aece02ce5ff6883e /indra/llui/lldraghandle.cpp
parent2707c5b7a5ac4a9517e49f03d734f6efb6cdacb9 (diff)
Login button update and other color adjustments
Diffstat (limited to 'indra/llui/lldraghandle.cpp')
-rw-r--r--indra/llui/lldraghandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lldraghandle.cpp b/indra/llui/lldraghandle.cpp
index d8d1791dca..b3b47084c5 100644
--- a/indra/llui/lldraghandle.cpp
+++ b/indra/llui/lldraghandle.cpp
@@ -106,7 +106,7 @@ void LLDragHandleTop::setTitle(const std::string& title)
params.initial_value(trimmed_title);
params.font(mFont);
params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT);
- params.font_shadow(LLFontGL::DROP_SHADOW_SOFT);
+ params.font_shadow(LLFontGL::NO_SHADOW);
params.use_ellipses = true;
params.parse_urls = false; //cancel URL replacement in floater title
mTitleBox = LLUICtrlFactory::create<LLTextBox> (params);