summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2025-12-15 13:49:33 -0800
committerGitHub <noreply@github.com>2025-12-15 13:49:33 -0800
commit31a934e8ab16590afbacd188ab08cd08cfea3cb0 (patch)
tree6c6f463ef1cb7f7b0787d2071cc5c76af4673139 /indra
parentb7967793978ff8a9cf23086c4761dc8f53ef6436 (diff)
Update indra/newview/lltoastscriptquestion.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltoastscriptquestion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastscriptquestion.cpp b/indra/newview/lltoastscriptquestion.cpp
index 3c2e1e45a3..55e178e084 100644
--- a/indra/newview/lltoastscriptquestion.cpp
+++ b/indra/newview/lltoastscriptquestion.cpp
@@ -131,7 +131,7 @@ void LLToastScriptQuestion::snapToMessageHeight()
S32 new_text_height = llmin(new_message_height, max_text_height);
- // Footer was invisibe, so use old_message_height for old height
+ // Footer was invisible, so use old_message_height for old height
height_delta = new_text_height - old_message_height;
reshape(getRect().getWidth(), llmax(getRect().getHeight() + height_delta, MIN_PANEL_HEIGHT));